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.

99 lines
2.3 KiB

  1. baseURL = "http://example.org/"
  2. languageCode = "en-us"
  3. DefaultContentLanguage = "en"
  4. title = "Ataraxy"
  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 = "Requirements"
  15. URL = "requirements"
  16. weight = 2
  17. [[menu.nav]]
  18. name = "Team"
  19. URL = "team"
  20. weight = 5
  21. [[menu.nav]]
  22. name = "Members"
  23. URL = "members"
  24. weight = 6
  25. [[menu.nav]]
  26. name = "Blog"
  27. URL = "blog"
  28. weight = 7
  29. [[menu.nav]]
  30. name = "Contact"
  31. URL = "contact-us"
  32. weight = 8
  33. # Site params
  34. [params]
  35. home= "Home"
  36. logo = "images/logo.png"
  37. gmapAPI = "https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU&libraries=places"
  38. # Meta data
  39. description = "Responsive Multipurpose Parallax HTML5 Template"
  40. author = "Themefisher"
  41. # Google Analitycs
  42. # googleAnalitycsID = "Your ID"
  43. custom_css = ["css/custom.css"]
  44. # Banner Section
  45. [params.banner]
  46. enable = true
  47. bgImage = "images/slider/hero-area.jpg"
  48. heading = "Ataraxy"
  49. content= "NA, MP-focused clan that is currently looking for friendly and active clan members to play together with."
  50. btn = true
  51. btnText="Requirements"
  52. btnURL="#requirements"
  53. # counter
  54. [params.counter]
  55. enable = true
  56. bgImage = "images/backgrounds/codm-reddit-banner.png"
  57. [[params.counter.counterItem]]
  58. title = "Season 1 Percentile"
  59. icon = "tf-ion-trophy"
  60. count = "22.7%"
  61. [[params.counter.counterItem]]
  62. title = "Members"
  63. icon = "tf-ion-ios-people"
  64. count = "30"
  65. [[params.counter.counterItem]]
  66. title = "Average Level"
  67. icon = "tf-ion-android-arrow-up"
  68. count = "92"
  69. [[params.counter.counterItem]]
  70. title = "Average MP Rank"
  71. icon = "tf-ion-android-contacts"
  72. count = "Elite 4"
  73. [[params.counter.counterItem]]
  74. title = "Elite+ BR Players"
  75. icon = "tf-ion-ios-medkit"
  76. count = "13"
  77. # footer
  78. [params.footer]
  79. copyright = "Themefisher"
  80. copyrightURL = "http://www.themefisher.com"
  81. # social Icons
  82. [[params.footer.socialIcon]]
  83. icon = "tf-ion-ios-chatboxes"
  84. url = "http://codm.ataraxy.tk/discord"