You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.toml 2.9KB

6 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. baseURL = "http://example.org/"
  2. languageCode = "en-us"
  3. title = "Meghna | Responsive Multipurpose Parallax HTML5 Template"
  4. theme = "meghna"
  5. # Menu
  6. [menu]
  7. [[menu.nav]]
  8. name = "About Us"
  9. URL = "about"
  10. weight = 2
  11. [[menu.nav]]
  12. name = "Service"
  13. URL = "services"
  14. weight = 3
  15. [[menu.nav]]
  16. name = "Portfolio"
  17. URL = "portfolio"
  18. weight = 4
  19. [[menu.nav]]
  20. name = "Team"
  21. URL = "our-team"
  22. weight = 5
  23. [[menu.nav]]
  24. name = "Pricing"
  25. URL = "pricing"
  26. weight = 6
  27. [[menu.nav]]
  28. name = "Blog"
  29. URL = "blog"
  30. weight = 7
  31. [[menu.nav]]
  32. name = "Contact"
  33. URL = "contact-us"
  34. weight = 8
  35. # Site params
  36. [params]
  37. home= "Home"
  38. logo = "images/logo.png"
  39. gmapAPI = "https://maps.googleapis.com/maps/api/js?key=AIzaSyBI14J_PNWVd-m0gnUBkjmhoQyNyd7nllA"
  40. # Banner Section
  41. [params.banner]
  42. enable = true
  43. bgImage = "images/slider/hero-area.jpg"
  44. icon = "tf-ion-play"
  45. heading = "Experience the new reality"
  46. content= "Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugit, excepturi. At recusandae sit perferendis autem,iste tempora nostrum numquam sapiente!"
  47. btn = true
  48. btnText="Explore Us"
  49. btnURL="#services"
  50. # call to action
  51. [params.cta]
  52. enable = true
  53. title = "Great Design & Incredible Features"
  54. content = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis tenetur odio impedit incidunt? Omnis accusantium ea reiciendis, fugit commodi nostrum."
  55. btnURL = "#"
  56. btnText = "Start a project with us"
  57. # counter
  58. [params.counter]
  59. enable = true
  60. bgImage = "images/backgrounds/bg-1.jpg"
  61. [[params.counter.counterItem]]
  62. title = "Happy Clients"
  63. icon = "tf-ion-android-happy"
  64. count = "320"
  65. [[params.counter.counterItem]]
  66. title = "Projects completed"
  67. icon = "tf-ion-archive"
  68. count = "565"
  69. [[params.counter.counterItem]]
  70. title = "Positive feedback"
  71. icon = "tf-ion-thumbsup"
  72. count = "95"
  73. [[params.counter.counterItem]]
  74. title = "Cups of Coffee"
  75. icon = "tf-ion-coffee"
  76. count = "2500"
  77. # footer
  78. [params.footer]
  79. copyright = "Themefisher Team"
  80. copyrightURL = "http://www.themefisher.com"
  81. # social Icons
  82. [[params.footer.socialIcon]]
  83. icon = "tf-ion-social-facebook"
  84. [[params.footer.socialIcon]]
  85. icon = "tf-ion-social-twitter"
  86. [[params.footer.socialIcon]]
  87. icon = "tf-ion-social-google-outline"
  88. [[params.footer.socialIcon]]
  89. icon = "tf-ion-social-youtube"
  90. [[params.footer.socialIcon]]
  91. icon = "tf-ion-social-linkedin"
  92. [[params.footer.socialIcon]]
  93. icon = "tf-ion-social-dribbble-outline"
  94. [[params.footer.socialIcon]]
  95. icon = "tf-ion-social-pinterest-outline"