Add link to DATA.md in README
All checks were successful
Deploy / Deploy Website (push) Successful in 29s
All checks were successful
Deploy / Deploy Website (push) Successful in 29s
This commit is contained in:
parent
6f608c51d7
commit
87a6be105d
2 changed files with 3 additions and 3 deletions
2
DATA.md
2
DATA.md
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue