add docs for editing the content
This commit is contained in:
parent
2fbd7a578a
commit
bc4aa830d5
2 changed files with 26 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue