File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -21,23 +21,24 @@ This repository contains the Zola static site for **rust-munich.de** and a small
2121
2222## Local development
2323
24- ``` bash
25- # 1) Generate content from YAML
26- # NOTE: aliases defined in .cargo/config.toml
27- cargo eventgen
28- cargo jobgen
24+ to keep things simple, there is a Makefile hiding the details..
2925
30- # 2) Serve
31- zola serve
26+ ``` bash
27+ # one time action:
28+ make setup
29+ # use the content generators
30+ make build
31+ # watches for changes and serves locally
32+ make serve
3233```
3334
3435## Adding an event
3536
36- Create a new file in ` data/events/YYYY-MM-DD-slug .yml ` :
37+ Create a new file in ` data/events/rust-munich-YYYY-number .yml ` :
3738
3839``` yaml
39- id : " 2025-11-12- rust-munich-2"
40- title : " Rust Munich #2 — Ownership Deep Dive "
40+ id : " rust-munich-2025 -2"
41+ title : " Rust Munich 2025/2 "
4142date : " 2025-11-12"
4243time : " 19:00"
4344venue : " YourVenue"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments