diff --git a/DATA.md b/DATA.md new file mode 100644 index 0000000..c927203 --- /dev/null +++ b/DATA.md @@ -0,0 +1,11 @@ +# Sources + +so i don't forget: + +* `art-config.json`: hand-written +* `character.json`: from auracite +* `contributions.json`: hand-written +* `music.json.json`: hand-written +* `recent-changes.json`: hand-written +* `sizes.json`: output from art optimizer script +* `wallpapers.json`: hand-written diff --git a/content/shrines/ffxiv/char.jpg b/content/shrines/ffxiv/char.jpg deleted file mode 100644 index 536954d..0000000 Binary files a/content/shrines/ffxiv/char.jpg and /dev/null differ diff --git a/content/shrines/ffxiv/plate-portrait.png b/content/shrines/ffxiv/plate-portrait.png new file mode 100644 index 0000000..76b042a Binary files /dev/null and b/content/shrines/ffxiv/plate-portrait.png differ diff --git a/data/character.json b/data/character.json new file mode 100644 index 0000000..d0e6e85 --- /dev/null +++ b/data/character.json @@ -0,0 +1 @@ +{"name":"Juritta Monhi","world":"Gilgamesh","data_center":"Aether","city_state":"Gridania","nameday":"14th Sun of the 4th Umbral Moon","guardian":"Nophica, the Matron","currencies":{"gil":177589},"playtime":"68 days, 3 hours, 3 minutes","appearance":{"race":"Viera","gender":"Female","model_type":1,"height":100,"tribe":"Veena","face_type":2,"hair_style":170,"has_highlights":false,"skin_color":103,"eye_color":181,"hair_color":69,"hair_color2":66,"face_features":9,"face_features_color":19,"eyebrows":1,"eye_color2":181,"eye_shape":181,"nose_shape":0,"jaw_shape":1,"lip_style":131,"lip_color":163,"race_feature_size":100,"race_feature_type":2,"bust_size":100,"facepaint":1,"facepaint_color":167},"is_battle_mentor":false,"is_trade_mentor":false,"is_novice":false,"is_returner":false,"player_commendations":276,"plate_title":"Endwalker","plate_classjob":"sage","plate_classjob_level":94,"search_comment":"whaddup gamers"} \ No newline at end of file diff --git a/themes/red/layouts/_default/ffxiv.html b/themes/red/layouts/_default/ffxiv.html index 0f91aa9..ce306ff 100644 --- a/themes/red/layouts/_default/ffxiv.html +++ b/themes/red/layouts/_default/ffxiv.html @@ -3,6 +3,8 @@
+ {{ $char := index .Site.Data "character" }} +
@@ -12,16 +14,16 @@

Here's my WoL, and she's stayed consistent shortly after I purchased Shadowbringers.

- + - + - + @@ -29,15 +31,15 @@ - + - + - +
GenderFemale♀{{ $char.appearance.gender }}
RaceViera/Veena{{ $char.appearance.race }} / {{ $char.appearance.tribe }}
Height
Nameday14th Sun of the 4th Umbral Moon{{ $char.nameday }}
City-stateGridania{{ $char.city_state }}
Guardian DeityNophica{{ $char.guardian }}