123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- baseURL = "http://example.org/"
- languageCode = "en-us"
- title = "Meghna | Responsive Multipurpose Parallax HTML5 Template"
- theme = "meghna-hugo"
-
- # Menu
- [menu]
- [[menu.nav]]
- name = "About Us"
- URL = "about"
- weight = 2
-
- [[menu.nav]]
- name = "Service"
- URL = "services"
- weight = 3
-
- [[menu.nav]]
- name = "Portfolio"
- URL = "portfolio"
- weight = 4
-
- [[menu.nav]]
- name = "Team"
- URL = "our-team"
- weight = 5
-
- [[menu.nav]]
- name = "Pricing"
- URL = "pricing"
- weight = 6
-
- [[menu.nav]]
- name = "Blog"
- URL = "blog"
- weight = 7
-
- [[menu.nav]]
- name = "Contact"
- URL = "contact-us"
- weight = 8
-
- # Site params
- [params]
- home= "Home"
- logo = "images/logo.png"
- gmapAPI = "https://maps.googleapis.com/maps/api/js?key=AIzaSyBI14J_PNWVd-m0gnUBkjmhoQyNyd7nllA"
- custom_css = ["css/custom.css"]
-
- # Banner Section
- [params.banner]
- enable = true
- bgImage = "images/slider/hero-area.jpg"
- icon = "tf-ion-play"
- heading = "Experience the new reality"
- content= "Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugit, excepturi. At recusandae sit perferendis autem,iste tempora nostrum numquam sapiente!"
- btn = true
- btnText="Explore Us"
- btnURL="#services"
-
- # call to action
- [params.cta]
- enable = true
- title = "Great Design & Incredible Features"
- content = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis tenetur odio impedit incidunt? Omnis accusantium ea reiciendis, fugit commodi nostrum."
- btnURL = "#"
- btnText = "Start a project with us"
-
- # counter
- [params.counter]
- enable = true
- bgImage = "images/backgrounds/bg-1.jpg"
- [[params.counter.counterItem]]
- title = "Happy Clients"
- icon = "tf-ion-android-happy"
- count = "320"
-
- [[params.counter.counterItem]]
- title = "Projects completed"
- icon = "tf-ion-archive"
- count = "565"
-
- [[params.counter.counterItem]]
- title = "Positive feedback"
- icon = "tf-ion-thumbsup"
- count = "95"
-
- [[params.counter.counterItem]]
- title = "Cups of Coffee"
- icon = "tf-ion-coffee"
- count = "2500"
-
- # footer
- [params.footer]
- copyright = "Themefisher Team"
- copyrightURL = "http://www.themefisher.com"
-
- # social Icons
- [[params.footer.socialIcon]]
- icon = "tf-ion-social-facebook"
-
- [[params.footer.socialIcon]]
- icon = "tf-ion-social-twitter"
-
- [[params.footer.socialIcon]]
- icon = "tf-ion-social-google-outline"
-
- [[params.footer.socialIcon]]
- icon = "tf-ion-social-youtube"
-
- [[params.footer.socialIcon]]
- icon = "tf-ion-social-linkedin"
-
- [[params.footer.socialIcon]]
- icon = "tf-ion-social-dribbble-outline"
-
- [[params.footer.socialIcon]]
- icon = "tf-ion-social-pinterest-outline"
|