Add link to DATA.md in README
All checks were successful
Deploy / Deploy Website (push) Successful in 29s

This commit is contained in:
Joshua Goins 2025-04-13 23:45:22 -04:00
parent 6f608c51d7
commit 87a6be105d
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
so i don't forget: 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 * `character.json`: from auracite
* `contributions.json`: hand-written * `contributions.json`: hand-written
* `music.json.json`: hand-written * `music.json.json`: hand-written

View file

@ -18,9 +18,9 @@ $ cd redstrate.com
$ hugo server $ 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 ## License