Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

config.toml 3.2KB

před 6 roky
před 6 roky
před 6 roky
před 6 roky
před 6 roky
před 6 roky
před 6 roky
před 6 roky
před 6 roky
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. baseURL = "http://example.org/"
  2. languageCode = "en-us"
  3. title = "Meghna | Responsive Multipurpose Parallax HTML5 Template"
  4. theme = "meghna-hugo"
  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. custom_css = ["css/custom.css"]
  46. # Banner Section
  47. [params.banner]
  48. enable = true
  49. bgImage = "images/slider/hero-area.jpg"
  50. icon = "tf-ion-play"
  51. heading = "Experience the new reality"
  52. content= "Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugit, excepturi. At recusandae sit perferendis autem,iste tempora nostrum numquam sapiente!"
  53. btn = true
  54. btnText="Explore Us"
  55. btnURL="#services"
  56. # call to action
  57. [params.cta]
  58. enable = true
  59. title = "Great Design & Incredible Features"
  60. content = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis tenetur odio impedit incidunt? Omnis accusantium ea reiciendis, fugit commodi nostrum."
  61. btnURL = "#"
  62. btnText = "Start a project with us"
  63. # counter
  64. [params.counter]
  65. enable = true
  66. bgImage = "images/backgrounds/bg-1.jpg"
  67. [[params.counter.counterItem]]
  68. title = "Happy Clients"
  69. icon = "tf-ion-android-happy"
  70. count = "320"
  71. [[params.counter.counterItem]]
  72. title = "Projects completed"
  73. icon = "tf-ion-archive"
  74. count = "565"
  75. [[params.counter.counterItem]]
  76. title = "Positive feedback"
  77. icon = "tf-ion-thumbsup"
  78. count = "95"
  79. [[params.counter.counterItem]]
  80. title = "Cups of Coffee"
  81. icon = "tf-ion-coffee"
  82. count = "2500"
  83. # footer
  84. [params.footer]
  85. copyright = "Themefisher Team"
  86. copyrightURL = "http://www.themefisher.com"
  87. # social Icons
  88. [[params.footer.socialIcon]]
  89. icon = "tf-ion-social-facebook"
  90. url = "#"
  91. [[params.footer.socialIcon]]
  92. icon = "tf-ion-social-twitter"
  93. url = "#"
  94. [[params.footer.socialIcon]]
  95. icon = "tf-ion-social-google-outline"
  96. url = "#"
  97. [[params.footer.socialIcon]]
  98. icon = "tf-ion-social-youtube"
  99. url = "#"
  100. [[params.footer.socialIcon]]
  101. icon = "tf-ion-social-linkedin"
  102. url = "#"
  103. [[params.footer.socialIcon]]
  104. icon = "tf-ion-social-dribbble-outline"
  105. url = "#"
  106. [[params.footer.socialIcon]]
  107. icon = "tf-ion-social-pinterest-outline"
  108. url = "#"