Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

config.toml 3.1KB

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