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