Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/timer-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThemefisher Dev <themefisher.dev@gmail.com>2020-01-20 10:47:23 +0300
committerThemefisher Dev <themefisher.dev@gmail.com>2020-01-20 10:47:23 +0300
commitc1dbbce4b7bc08b587e879ee81f2c8c24f5f40c1 (patch)
treecfa4345024172f0524d23a893e23b2ed9a17278f
parentebec4a9c55e5e34eb2982987411a29f0aaf136c2 (diff)
modified config file
-rw-r--r--exampleSite/config.toml149
-rw-r--r--layouts/partials/footer.html2
2 files changed, 76 insertions, 75 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 7205914..f7f10b0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -5,87 +5,88 @@ theme = "timer-hugo"
# We Used Ionicons Icon font for Icon, for more details check this link - https://ionicons.com/
-# Site Menus
-[menu]
- # Navbar Menus
- [[menu.nav]]
- name = "About"
- url = "about"
- weight = 2
- [[menu.nav]]
- name = "Service"
- url = "service"
- weight = 3
- [[menu.nav]]
- name = "Gallery"
- url = "gallery"
- weight = 4
- [[menu.nav]]
- name = "Blog"
- url = "blog"
- weight = 5
- [[menu.nav]]
- name = "Contact"
- url = "contact"
- weight = 6
+# Navbar Menus
+[[menu.nav]]
+name = "About"
+url = "about"
+weight = 2
+[[menu.nav]]
+name = "Service"
+url = "service"
+weight = 3
+[[menu.nav]]
+name = "Gallery"
+url = "gallery"
+weight = 4
+[[menu.nav]]
+name = "Blog"
+url = "blog"
+weight = 5
+[[menu.nav]]
+name = "Contact"
+url = "contact"
+weight = 6
# Site Params
[params]
- home = "Home"
- logo = "images/logo.png"
- dateFormat = "6 January 2006"
- # Meta data
- description = "Airspace Hugo theme"
- author = "Themefisher"
- # Google Analitycs
- googleAnalitycsID = "Your ID"
+home = "Home"
+logo = "images/logo.png"
+dateFormat = "6 January 2006"
+# Meta data
+description = "Airspace Hugo theme"
+author = "Themefisher"
+# Google Analitycs
+googleAnalitycsID = "Your ID"
- # Banner Section
- [params.banner]
- enable = true
- bgImage = "images/slider.jpg"
- heading = "HI, MY NAME IS JONATHON & I AM A"
- description = "WITH 10 YEARS EXPERIENCE, I'VE OCCUPIED MANY ROLES INCLUDING DIGITAL DESIGN DIRECTOR, WEB DESIGNER AND DEVELOPER. THIS SITE SHOWCASES SOME OF MY WORK."
- btn = true
- btnText = "Download More"
- btnURL = "https://themefisher.com/"
- [[params.banner.flipText]]
- title = "DESIGNER"
- [[params.banner.flipText]]
- title = "DEVELOPER"
- [[params.banner.flipText]]
- title = "FATHER"
+# Banner Section
+[params.banner]
+enable = true
+bgImage = "images/slider.jpg"
+heading = "HI, MY NAME IS JONATHON & I AM A"
+description = "WITH 10 YEARS EXPERIENCE, I'VE OCCUPIED MANY ROLES INCLUDING DIGITAL DESIGN DIRECTOR, WEB DESIGNER AND DEVELOPER. THIS SITE SHOWCASES SOME OF MY WORK."
+# button
+btn = true
+btnText = "Download More"
+btnURL = "https://themefisher.com/"
- # Homepage About Section
- [params.about]
- enable = true
- title = "ABOUT ME"
- content = "Hello, I’m a UI/UX Designer & Front End Developer from Victoria, Australia. I hold a master degree of Web Design from the World University.And scrambled it to make a type specimen book. It has survived not only five centuries. <br> <br> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Error, adipisci voluptatum repudiandae, natus impedit repellat aut officia illum at assumenda iusto reiciendis placeat. Temporibus, vero."
- image = "images/about/about.jpg"
+# flip text
+[[params.banner.flipText]]
+title = "DESIGNER"
+[[params.banner.flipText]]
+title = "DEVELOPER"
+[[params.banner.flipText]]
+title = "FATHER"
- # Call to Action
- [params.cta]
- enable = true
- title = "SO WHAT YOU THINK ?"
- content = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nobis,<br>possimus commodi, fugiat magnam temporibus vero magni recusandae? Dolore, maxime praesentium."
- btnText = "Contact with me"
- btnURL = "/contact"
+# Homepage About Section
+[params.about]
+enable = true
+title = "ABOUT ME"
+content = "Hello, I’m a UI/UX Designer & Front End Developer from Victoria, Australia. I hold a master degree of Web Design from the World University.And scrambled it to make a type specimen book. It has survived not only five centuries. <br> <br> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Error, adipisci voluptatum repudiandae, natus impedit repellat aut officia illum at assumenda iusto reiciendis placeat. Temporibus, vero."
+image = "images/about/about.jpg"
- # Portfolio Section On Homepage
- [params.portfolio]
- enable = true
- title = "Latest Works"
- subtitle= "Aliquam lobortis. Maecenas vestibulum mollis diam. Pellentesque auctor neque nec urna. Nulla sit amet est. Aenean posuere tortor sed cursus feugiat, nunc augue blandit nunc, eu sollicitudin urna dolor sagittis lacus."
+# Call to Action
+[params.cta]
+enable = true
+title = "SO WHAT YOU THINK ?"
+content = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nobis,<br>possimus commodi, fugiat magnam temporibus vero magni recusandae? Dolore, maxime praesentium."
+btnText = "Contact with me"
+btnURL = "/contact"
- [params.footer]
- [[params.footer.socialIcon]]
- icon = "ion-social-facebook"
- url = "#"
+# Portfolio Section On Homepage
+[params.portfolio]
+enable = true
+title = "Latest Works"
+subtitle= "Aliquam lobortis. Maecenas vestibulum mollis diam. Pellentesque auctor neque nec urna. Nulla sit amet est. Aenean posuere tortor sed cursus feugiat, nunc augue blandit nunc, eu sollicitudin urna dolor sagittis lacus."
- [[params.footer.socialIcon]]
- icon = "ion-social-instagram"
- url = "#"
+# social icon
+[[params.socialIcon]]
+icon = "ion-social-facebook"
+url = "#"
- [[params.footer.socialIcon]]
- icon = "ion-social-linkedin"
- url = "#"
+[[params.socialIcon]]
+icon = "ion-social-instagram"
+url = "#"
+
+[[params.socialIcon]]
+icon = "ion-social-linkedin"
+url = "#"
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 09e7f44..9a77097 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -15,7 +15,7 @@
<div class="col-md-4 col-12">
{{ "<!-- Social Media -->" | safeHTML }}
<ul class="social text-center text-md-right text-lg-right">
- {{ range .Site.Params.footer.socialIcon }}
+ {{ range .Site.Params.socialIcon }}
<li><a href="{{ .url }}"><i class="{{ .icon }}"></i></a></li>
{{ end }}
</ul>