Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

config.toml 2.9KB

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