You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. ################################# Default configuration ###################
  2. baseURL = "https://examplesite.com"
  3. title = "Meghna"
  4. theme = "meghna-hugo"
  5. # post pagination
  6. paginate = "6"
  7. # post excerpt
  8. summaryLength = "15"
  9. # disqus short name
  10. disqusShortname = "" # get your shortname form here : https://disqus.com
  11. # disable language
  12. disableLanguages = []
  13. ############################# Plugins ##########################
  14. # css plugins
  15. [[params.plugins.css]]
  16. URL = "plugins/bootstrap/bootstrap.min.css"
  17. [[params.plugins.css]]
  18. URL = "plugins/themify-icons/themify-icons.css"
  19. [[params.plugins.css]]
  20. URL = "plugins/animate-css/animate.css"
  21. [[params.plugins.css]]
  22. URL = "plugins/magnific-popup/magnific-popup.css"
  23. [[params.plugins.css]]
  24. URL = "plugins/slick/slick.css"
  25. # js plugins
  26. [[params.plugins.js]]
  27. URL = "plugins/jquery/jquery.min.js"
  28. [[params.plugins.js]]
  29. URL = "plugins/bootstrap/bootstrap.min.js"
  30. [[params.plugins.js]]
  31. URL = "plugins/slick/slick.min.js"
  32. [[params.plugins.js]]
  33. URL = "plugins/shuffle/shuffle.min.js"
  34. [[params.plugins.js]]
  35. URL = "plugins/magnific-popup/jquery.magnific-popup.min.js"
  36. [[params.plugins.js]]
  37. URL = "plugins/wow/wow.min.js"
  38. ############################# Navigation ##################################
  39. [[menu.main]]
  40. name = "About Us"
  41. URL = "about"
  42. weight = 1
  43. [[menu.main]]
  44. name = "Service"
  45. URL = "services"
  46. weight = 2
  47. [[menu.main]]
  48. name = "Portfolio"
  49. URL = "portfolio"
  50. weight = 3
  51. [[menu.main]]
  52. name = "Team"
  53. URL = "team"
  54. weight = 4
  55. [[menu.main]]
  56. name = "Pricing"
  57. URL = "pricing"
  58. weight = 5
  59. [[menu.main]]
  60. name = "Blog"
  61. URL = "blog"
  62. weight = 6
  63. [[menu.main]]
  64. name = "Contact"
  65. URL = "contact"
  66. weight = 7
  67. ############################# Default Parameters ##########################
  68. [params]
  69. logo = "images/logo.png"
  70. # Meta data
  71. description = "Responsive Multipurpose Parallax HTML5 Template"
  72. author = "Themefisher"
  73. # Google Analitycs
  74. googleAnalitycsID = "Your ID"
  75. # post share
  76. postShare = true
  77. # preloader
  78. [params.preloader]
  79. enable = true
  80. preloader = "images/logo.png"
  81. ############################# social icons ##########################
  82. [[params.social_Icon]]
  83. icon = "ti-facebook" # themify icon pack : https://themify.me/themify-icons
  84. link = "#"
  85. [[params.social_Icon]]
  86. icon = "ti-twitter-alt" # themify icon pack : https://themify.me/themify-icons
  87. link = "#"
  88. [[params.social_Icon]]
  89. icon = "ti-youtube" # themify icon pack : https://themify.me/themify-icons
  90. link = "#"
  91. [[params.social_Icon]]
  92. icon = "ti-linkedin" # themify icon pack : https://themify.me/themify-icons
  93. link = "#"
  94. [[params.social_Icon]]
  95. icon = "ti-dribbble" # themify icon pack : https://themify.me/themify-icons
  96. link = "#"
  97. [[params.social_Icon]]
  98. icon = "ti-pinterest" # themify icon pack : https://themify.me/themify-icons
  99. link = "#"
  100. ################################ English Language ########################
  101. [Languages.en]
  102. languageName = "En"
  103. languageCode = "en-us"
  104. contentDir = "content/english"
  105. weight = 1
  106. home = "Home"
  107. ################################ France Language ########################
  108. [Languages.fr]
  109. languageName = "Fr"
  110. languageCode = "fr-fr"
  111. contentDir = "content/french"
  112. weight = 2
  113. home = "Accueil"