Site for my Call of Duty: Mobile clan. http://codm.ataraxy.tk
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.

137 lines
3.2 KiB

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