Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

config.toml 3.2KB

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