Browse Source

Update stats

master
Kevin Mok 4 years ago
parent
commit
385035c059
Signed by: Kevin-Mok GPG Key ID: 6E920656BBAD3E6C
  1. 17
      config.toml
  2. 4
      data/about.yml
  3. 2
      data/contact.yml
  4. 2
      layouts/partials/about.html
  5. 2
      layouts/partials/counter.html
  6. 1
      static/images/.gitattributes
  7. BIN
      static/images/clan.jpg
  8. BIN
      static/images/clan.png
  9. BIN
      static/images/clan.webp

17
config.toml

@ -1,5 +1,5 @@
# BAseURL = "/home/kevin/Documents/codm-site/public/" # BAseURL = "/home/kevin/Documents/codm-site/public/"
baseURL = "http://codm.ataraxy.tk/"
baseURL = "https://codm.ataraxy.tk/"
languageCode = "en-us" languageCode = "en-us"
DefaultContentLanguage = "en" DefaultContentLanguage = "en"
title = "Ataraxy | Call of Duty: Mobile Clan" title = "Ataraxy | Call of Duty: Mobile Clan"
@ -18,6 +18,11 @@ summaryLength = 10
URL = "requirements" URL = "requirements"
weight = 2 weight = 2
[[menu.nav]]
name = "Stats"
URL = "stats"
weight = 3
[[menu.nav]] [[menu.nav]]
name = "Team" name = "Team"
URL = "team" URL = "team"
@ -52,7 +57,7 @@ custom_css = ["css/custom.css"]
bgImage = "images/slider/hero-area.jpg" bgImage = "images/slider/hero-area.jpg"
# bgImage = "images/slider/eagle.png" # bgImage = "images/slider/eagle.png"
heading = "Ataraxy" heading = "Ataraxy"
content= "Top 250, MP-focused clan that is currently looking for friendly and active clan members to play together with."
content= "Top 400, MP-focused clan that is currently looking for friendly and active clan members to play together with."
btn = true btn = true
btnText="Requirements" btnText="Requirements"
btnURL="#requirements" btnURL="#requirements"
@ -64,12 +69,12 @@ custom_css = ["css/custom.css"]
[[params.counter.counterItem]] [[params.counter.counterItem]]
title = "Season 2 Ranking" title = "Season 2 Ranking"
icon = "tf-ion-trophy" icon = "tf-ion-trophy"
count = "255"
count = "414"
[[params.counter.counterItem]] [[params.counter.counterItem]]
title = "Avg. MP Rank (Season 2)" title = "Avg. MP Rank (Season 2)"
icon = "tf-ion-android-contacts" icon = "tf-ion-android-contacts"
count = "Elite 4"
count = "Pro 2"
# [[params.counter.counterItem]] # [[params.counter.counterItem]]
# title = "Avg. Games Played Daily" # title = "Avg. Games Played Daily"
@ -79,12 +84,12 @@ custom_css = ["css/custom.css"]
[[params.counter.counterItem]] [[params.counter.counterItem]]
title = "Avg. Level" title = "Avg. Level"
icon = "tf-ion-android-arrow-up" icon = "tf-ion-android-arrow-up"
count = "113"
count = "121"
[[params.counter.counterItem]] [[params.counter.counterItem]]
title = "Members" title = "Members"
icon = "tf-ion-ios-people" icon = "tf-ion-ios-people"
count = "35"
count = "40"
# footer # footer
[params.footer] [params.footer]

4
data/about.yml

@ -6,7 +6,7 @@ aboutItem :
requirements : requirements :
- "Elite 3+ in Season 2 MP" - "Elite 3+ in Season 2 MP"
- "500+ contribution/week (average ~12 MP/BR games/day)"
- "420+ contribution/week (average ~10 MP/BR games/day)"
- "16 years or older" - "16 years or older"
- "be active on Discord server" - "be active on Discord server"
- "use mic for ranked games (English)" - "use mic for ranked games (English)"
@ -15,4 +15,4 @@ benefits :
- "vibrant and respectful Discord community" - "vibrant and respectful Discord community"
- "leadership opportunities" - "leadership opportunities"
- "MEE6 leaderboard" - "MEE6 leaderboard"
- "mini-games (Pokecord/gambling/trivia)"
- "various mini-games (Pokecord, raids, gambling and more)"

2
data/contact.yml

@ -2,5 +2,5 @@ enable : true
heading : Get In heading : Get In
headingSpan : Touch headingSpan : Touch
title : Discord title : Discord
content : DM JoshuaAustin07#8830 (clan master) or PistolFist#9148 (vice master).
content : DM PistolFist#9148, JoshuaAustin07#8830 or bakkutteh#3566 for more information on the clan.
enable_maps : false enable_maps : false

2
layouts/partials/about.html

@ -48,7 +48,7 @@
</div> </div>
<div class="row"> <div class="row">
<!-- <img id="clan-logo" class="img-fluid mx-auto" src="/images/clan-logo.png" alt="clan-logo"/> --> <!-- <img id="clan-logo" class="img-fluid mx-auto" src="/images/clan-logo.png" alt="clan-logo"/> -->
<img id="clan-logo" class="img-fluid mx-auto"
<img id="clan-logo" class="img-fluid mx-auto wow fadeInUp"
src="/images/clan-logo-christmas.png" alt="clan-logo"/> src="/images/clan-logo-christmas.png" alt="clan-logo"/>
</div> </div>
</div> </div>

2
layouts/partials/counter.html

@ -1,6 +1,6 @@
{{ if .Site.Params.counter.enable }} {{ if .Site.Params.counter.enable }}
{{"<!-- Start Counter Section -->" | safeHTML}} {{"<!-- Start Counter Section -->" | safeHTML}}
<section id="counter" class="bg-1 section overly" style='background-image: url("{{ .Site.Params.counter.bgImage | absURL }}")'>
<section id="stats" class="bg-1 section overly" style='background-image: url("{{ .Site.Params.counter.bgImage | absURL }}")'>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
{{ range .Site.Params.counter.counterItem }} {{ range .Site.Params.counter.counterItem }}

1
static/images/.gitattributes

@ -42,3 +42,4 @@ mee6-icon.png filter=lfs diff=lfs merge=lfs -text
clan-logo-christmas.png filter=lfs diff=lfs merge=lfs -text clan-logo-christmas.png filter=lfs diff=lfs merge=lfs -text
backgrounds/codm-reddit-banner.jpg filter=lfs diff=lfs merge=lfs -text backgrounds/codm-reddit-banner.jpg filter=lfs diff=lfs merge=lfs -text
backgrounds/halloween-loading-screen.jpg filter=lfs diff=lfs merge=lfs -text backgrounds/halloween-loading-screen.jpg filter=lfs diff=lfs merge=lfs -text
clan.jpg filter=lfs diff=lfs merge=lfs -text

BIN
static/images/clan.jpg (Stored with Git LFS)

size 187873

BIN
static/images/clan.png (Stored with Git LFS)

size 1465314

BIN
static/images/clan.webp (Stored with Git LFS)

size 76188
Loading…
Cancel
Save