Skip to content

Commit

Permalink
chore(calendar): document event creation
Browse files Browse the repository at this point in the history
  • Loading branch information
noxilixon committed Aug 28, 2024
1 parent 1f30bfc commit 8bc8d43
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,13 @@ To display up to date information, we fetch and generate some data during the bu
- activities-mailinglist (activities section)
- activities-matrix (activities section)
- activities-github (activities section)

## Events

The events for the calendar are stored in simple markdown files. To create a new event, use the following commands:
```
hugo new content --kind event events/<EVENT_NAME>.de.md
hugo new content --kind event events/<EVENT_NAME>.en.md
```

Now you can edit the event at `events/<EVENT_NAME>.de.md` and `events/<EVENT_NAME>.en.md`.

0 comments on commit 8bc8d43

Please sign in to comment.