blob: f125089a68dabdbf30e56b0651a9c73b52a109f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copenhagen Rust Community website
Static site built with Zola.
## Updating an event
The `events.toml` file stores all the events. Edit the file in a pull request (using the GitHub web editor is fine). Once merged, the site will automatically deploy a new version.
## Local development
1. Clone the repository.
1. [Install](https://www.getzola.org/documentation/getting-started/installation/) Zola.
1. Run the site in preview mode:
zola serve
Note: The `events.toml` file is only loaded on startup and changes to it will not trigger live reload.
|