Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU&libraries=places"
  40. # Meta data
  41. description = "Airspace Hugo theme"
  42. author = "Themefisher"
  43. # Google Analitycs
  44. googleAnalitycsID = "Your ID"
  45. # Banner Section
  46. [params.banner]
  47. enable = true
  48. bgImage = "images/slider/hero-area.jpg"
  49. icon = "tf-ion-play"
  50. heading = "Experience the new reality"
  51. content= "Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugit, excepturi. At recusandae sit perferendis autem,iste tempora nostrum numquam sapiente!"
  52. btn = true
  53. btnText="Explore Us"
  54. btnURL="#services"
  55. # call to action
  56. [params.cta]
  57. enable = true
  58. title = "Great Design & Incredible Features"
  59. content = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis tenetur odio impedit incidunt? Omnis accusantium ea reiciendis, fugit commodi nostrum."
  60. btnURL = "#"
  61. btnText = "Start a project with us"
  62. # counter
  63. [params.counter]
  64. enable = true
  65. bgImage = "images/backgrounds/bg-1.jpg"
  66. [[params.counter.counterItem]]
  67. title = "Happy Clients"
  68. icon = "tf-ion-android-happy"
  69. count = "320"
  70. [[params.counter.counterItem]]
  71. title = "Projects completed"
  72. icon = "tf-ion-archive"
  73. count = "565"
  74. [[params.counter.counterItem]]
  75. title = "Positive feedback"
  76. icon = "tf-ion-thumbsup"
  77. count = "95"
  78. [[params.counter.counterItem]]
  79. title = "Cups of Coffee"
  80. icon = "tf-ion-coffee"
  81. count = "2500"
  82. # footer
  83. [params.footer]
  84. copyright = "Themefisher Team"
  85. copyrightURL = "http://www.themefisher.com"
  86. # social Icons
  87. [[params.footer.socialIcon]]
  88. icon = "tf-ion-social-facebook"
  89. [[params.footer.socialIcon]]
  90. icon = "tf-ion-social-twitter"
  91. [[params.footer.socialIcon]]
  92. icon = "tf-ion-social-google-outline"
  93. [[params.footer.socialIcon]]
  94. icon = "tf-ion-social-youtube"
  95. [[params.footer.socialIcon]]
  96. icon = "tf-ion-social-linkedin"
  97. [[params.footer.socialIcon]]
  98. icon = "tf-ion-social-dribbble-outline"
  99. [[params.footer.socialIcon]]
  100. icon = "tf-ion-social-pinterest-outline"