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 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. ################################# Default configuration ###################
  2. baseURL = "https://examplesite.com"
  3. title = "Meghna"
  4. theme = "meghna-hugo"
  5. themesDir = "../.."
  6. # post pagination
  7. paginate = "6"
  8. # post excerpt
  9. summaryLength = "15"
  10. # disqus short name
  11. disqusShortname = "" # get your shortname form here : https://disqus.com
  12. # disable language
  13. disableLanguages = []
  14. ############################# Plugins ##########################
  15. # css plugins
  16. [[params.plugins.css]]
  17. link = "plugins/bootstrap/bootstrap.min.css"
  18. [[params.plugins.css]]
  19. link = "plugins/themify-icons/themify-icons.css"
  20. [[params.plugins.css]]
  21. link = "plugins/magnific-popup/magnific-popup.css"
  22. [[params.plugins.css]]
  23. link = "plugins/slick/slick.css"
  24. [[params.plugins.css]]
  25. link = "https://fonts.googleapis.com/css?family=Anaheim|Quattrocento+Sans:400,700&display=swap"
  26. # js plugins
  27. [[params.plugins.js]]
  28. link = "plugins/jquery/jquery.min.js"
  29. [[params.plugins.js]]
  30. link = "plugins/bootstrap/bootstrap.min.js"
  31. [[params.plugins.js]]
  32. link = "plugins/slick/slick.min.js"
  33. [[params.plugins.js]]
  34. link = "plugins/shuffle/shuffle.min.js"
  35. [[params.plugins.js]]
  36. link = "plugins/magnific-popup/jquery.magnific-popup.min.js"
  37. [[params.plugins.js]]
  38. link = "plugins/lazy-load/lozad.min.js"
  39. [[params.plugins.js]]
  40. link = "plugins/google-map/map.js"
  41. ################### English Navigation ########################
  42. [[Languages.en.menu.main]]
  43. name = "about"
  44. pre = "#"
  45. url = "about"
  46. weight = 1
  47. [[Languages.en.menu.main]]
  48. name = "services"
  49. pre = "#"
  50. url = "services"
  51. weight = 2
  52. [[Languages.en.menu.main]]
  53. name = "portfolio"
  54. pre = "#"
  55. url = "portfolio"
  56. weight = 3
  57. [[Languages.en.menu.main]]
  58. name = "team"
  59. pre = "#"
  60. url = "team"
  61. weight = 4
  62. [[Languages.en.menu.main]]
  63. name = "pricing"
  64. pre = "#"
  65. url = "pricing"
  66. weight = 5
  67. [[Languages.en.menu.main]]
  68. name = "blog"
  69. pre = "#"
  70. url = "blog"
  71. weight = 6
  72. [[Languages.en.menu.main]]
  73. name = "contact"
  74. pre = "#"
  75. url = "contact"
  76. weight = 7
  77. [[Languages.en.menu.main]]
  78. name = "themefisher"
  79. pre = ""
  80. url = "https://themefisher.com/"
  81. weight = 8
  82. ################### French Navigation ########################
  83. [[Languages.fr.menu.main]]
  84. name = "sur"
  85. pre = "#"
  86. url = "about"
  87. weight = 1
  88. [[Languages.fr.menu.main]]
  89. name = "un service"
  90. pre = "#"
  91. url = "services"
  92. weight = 2
  93. [[Languages.fr.menu.main]]
  94. name = "portefeuille"
  95. pre = "#"
  96. url = "portfolio"
  97. weight = 3
  98. [[Languages.fr.menu.main]]
  99. name = "équipe"
  100. pre = "#"
  101. url = "team"
  102. weight = 4
  103. [[Languages.fr.menu.main]]
  104. name = "tarification"
  105. pre = "#"
  106. url = "pricing"
  107. weight = 5
  108. [[Languages.fr.menu.main]]
  109. name = "blog"
  110. pre = "#"
  111. url = "blog"
  112. weight = 6
  113. [[Languages.fr.menu.main]]
  114. name = "contact"
  115. pre = "#"
  116. url = "contact"
  117. weight = 7
  118. [[Languages.fr.menu.main]]
  119. name = "themefisher"
  120. pre = ""
  121. url = "https://themefisher.com/"
  122. weight = 8
  123. ############################# Default Parameters ##########################
  124. [params]
  125. logo = "images/logo.png"
  126. # Meta data
  127. description = "Responsive Multipurpose Parallax Hugo Template"
  128. author = "Themefisher"
  129. # Google Analytics
  130. google_analytics_id = "" # Your ID
  131. # post share
  132. post_share = true
  133. # preloader
  134. [params.preloader]
  135. enable = false
  136. preloader = "images/logo.png"
  137. # cookies
  138. [params.cookies]
  139. enable = false
  140. expire_days = 2
  141. # google map
  142. [params.map]
  143. enable = false
  144. gmap_api = "https://maps.googleapis.com/maps/api/js?key=AIzaSyBu5nZKbeK-WHQ70oqOWo-_4VmwOwKP9YQ"
  145. map_latitude = "51.5223477"
  146. map_longitude = "-0.1622023"
  147. map_marker = "images/marker.png"
  148. ############################# social icons ##########################
  149. [[params.social]]
  150. icon = "ti-facebook" # themify icon pack : https://themify.me/themify-icons
  151. link = "#"
  152. [[params.social]]
  153. icon = "ti-twitter-alt" # themify icon pack : https://themify.me/themify-icons
  154. link = "#"
  155. [[params.social]]
  156. icon = "ti-youtube" # themify icon pack : https://themify.me/themify-icons
  157. link = "#"
  158. [[params.social]]
  159. icon = "ti-linkedin" # themify icon pack : https://themify.me/themify-icons
  160. link = "#"
  161. [[params.social]]
  162. icon = "ti-dribbble" # themify icon pack : https://themify.me/themify-icons
  163. link = "#"
  164. [[params.social]]
  165. icon = "ti-pinterest" # themify icon pack : https://themify.me/themify-icons
  166. link = "#"
  167. ################################ English Language ########################
  168. [Languages.en]
  169. languageName = "En"
  170. languageCode = "en-us"
  171. contentDir = "content/english"
  172. weight = 1
  173. home = "Home"
  174. copyright = "Copyright © 2020 Designed by [Themefisher](https://themefisher.com) & Developed by [Gethugothemes](https://gethugothemes.com)"
  175. ################################ France Language ########################
  176. [Languages.fr]
  177. languageName = "Fr"
  178. languageCode = "fr-fr"
  179. contentDir = "content/french"
  180. weight = 2
  181. home = "Accueil"
  182. copyright = "Copyright © 2020 Designed by [Themefisher](https://themefisher.com) & Developed by [Gethugothemes](https://gethugothemes.com)"