123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- # BAseURL = "/home/kevin/Documents/codm-site/public/"
- baseURL = "https://codm.ataraxy.tk/"
- languageCode = "en-us"
- DefaultContentLanguage = "en"
- title = "Ataraxy | Call of Duty: Mobile Clan"
- theme = "meghna-hugo"
- summaryLength = 10
-
- [taxonomies]
- author = "author"
- category = "categories"
- tag = "tags"
-
- # Menu
- [menu]
- [[menu.nav]]
- name = "Requirements"
- URL = "requirements"
- weight = 2
-
- [[menu.nav]]
- name = "Stats"
- URL = "stats"
- weight = 3
-
- [[menu.nav]]
- name = "Team"
- URL = "team"
- weight = 5
-
- [[menu.nav]]
- name = "Members"
- URL = "members"
- weight = 6
-
- # [[menu.nav]]
- # name = "Contact"
- # URL = "contact-us"
- # weight = 8
-
- # Site params
- [params]
- home= "Home"
- logo = "images/logo.png"
- gmapAPI = "https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU&libraries=places"
- # Meta data
- description = "Come check out our site for the clan for more information like requirements, members and the Discord server!"
- author = "Themefisher"
- # Google Analitycs
- # googleAnalitycsID = "Your ID"
- custom_css = ["css/custom.css"]
-
- # Banner Section
- [params.banner]
- enable = true
- # bgImage = "images/slider/hero-area.webp"
- bgImage = "images/slider/hero-area.jpg"
- # bgImage = "images/slider/eagle.png"
- heading = "Ataraxy"
- # content= "Top 400, MP-focused clan that is currently looking for friendly and active clan members to play together with."
- content= "Family of NA CoD:M clans that are always looking for friendly and active clan members to play together with."
- btn = true
- btnText="Requirements"
- btnURL="#requirements"
-
- # counter
- [params.counter]
- enable = true
- bgImage = "images/backgrounds/codm-reddit-banner.jpg"
- # [[params.counter.counterItem]]
- # title = "Season 3 Ranking"
- # icon = "tf-ion-trophy"
- # count = "177"
-
- [[params.counter.counterItem]]
- title = "Avg. MP Rank (Season 3)"
- icon = "tf-ion-android-contacts"
- count = "Master 2"
-
- [[params.counter.counterItem]]
- title = "Avg. Daily Games"
- icon = "tf-ion-ios-play"
- count = "21"
-
- [[params.counter.counterItem]]
- title = "Discord Members in Clans"
- icon = "tf-ion-ios-people"
- count = "57"
-
- [[params.counter.counterItem]]
- title = "Avg. Level"
- icon = "tf-ion-android-arrow-up"
- count = "125"
-
- # footer
- [params.footer]
- copyright = "Themefisher"
- copyrightURL = "http://www.themefisher.com"
-
- # social Icons
- [[params.footer.socialIcon]]
- icon = "tf-ion-ios-chatboxes"
- # img = "https://img.icons8.com/color/48/000000/discord-logo.png"
- img = "images/discord-icon.svg"
- url = "https://top.gg/servers/636715606330179636"
-
- [[params.footer.socialIcon]]
- img = "images/mee6-icon.png"
- url = "http://codm.ataraxy.tk/mee6"
|