add docs for editing the content

This commit is contained in:
Lyn Fugmann 2024-09-30 19:37:22 +02:00
parent 2fbd7a578a
commit bc4aa830d5
2 changed files with 26 additions and 0 deletions

View file

@ -2,6 +2,13 @@
This is the WIP rewrite of the ESE website.
## Editing the content
All content is in the `content` directory, in the form of markdown files. There is usually no need to install/build the project in order to make changes there.
Additionally, there are some data files in `content/_data`:
- `ese.yaml`: the year and color is configured here
- `program.yaml`: see [it's documentation](content/_data/program.md)
## Building
To build the website, install the dependencies and run the build script: