From 87a6be105d3573a6a11736a92524da232a6c1fb2 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 13 Apr 2025 23:45:22 -0400 Subject: [PATCH] Add link to DATA.md in README --- DATA.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DATA.md b/DATA.md index c927203..9eed6bc 100644 --- a/DATA.md +++ b/DATA.md @@ -2,7 +2,7 @@ so i don't forget: -* `art-config.json`: hand-written +* `art-config.json`: hand-written, or can be edited by [Redai](https://code.ryne.moe/redstrate/Redai) * `character.json`: from auracite * `contributions.json`: hand-written * `music.json.json`: hand-written diff --git a/README.md b/README.md index 5f15534..ea8a2fd 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ $ cd redstrate.com $ hugo server ``` -### Gallery System +## Data -The galleries are defined via JSON, located under `data`. The files are rarely edited by hand, I use [Redai](https://code.ryne.moe/redstrate/redai) to edit these. The JSON is read by Hugo when the site is built via [Content adapters](https://gohugo.io/content-management/content-adapters/). +There are numerous JSON files to control aspects of the website, like the gallery. A listing for them can be found in [DATA.md](DATA.md) and where they come from. ## License