Skip to content

Commit bd9bdae

Browse files
committed
Add example for online-only party
1 parent 3a988fa commit bd9bdae

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

FORMAT.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,21 @@ longitude = 8.25632
168168
url = "https://www.awesomelan.example/"
169169
```
170170

171+
Online-only party example:
172+
173+
```toml
174+
slug = "awesome-wan-2020"
175+
title = "Awesome WAN 2020"
176+
series_slug = "awesome-lan"
177+
organizer_entity = "Awesome LAN e.V."
178+
start_on = 2020-06-26
179+
end_on = 2020-06-28
180+
online_only = true
181+
182+
[links.website]
183+
url = "https://www.awesomelan.example/wan-2020/"
184+
```
185+
171186

172187
## Changelog
173188

0 commit comments

Comments
 (0)