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.

95 lines
2.2 KiB

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