Skip to content

Commit 4b9ac77

Browse files
committed
docs: update local development and sample event data
Signed-off-by: Sven Kanoldt <sven@d34dl0ck.me>
1 parent 196d1e5 commit 4b9ac77

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff 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"
4142
date: "2025-11-12"
4243
time: "19:00"
4344
venue: "YourVenue"

0 commit comments

Comments
 (0)