Add example YAML event configuration and update .gitignore
- Introduce `event.yml.example` providing a template for event-level configuration. - Extend `.gitignore` to include `event.yml` to prevent committing real event data.
This commit is contained in:
63
event.yml.example
Normal file
63
event.yml.example
Normal file
@@ -0,0 +1,63 @@
|
||||
# Event-Konfiguration für die Brevetkarte
|
||||
# Vorderseite - Veranstaltungsinfo (Spalte 4)
|
||||
event:
|
||||
title: "Name der Veranstaltung"
|
||||
km: "200"
|
||||
date: "1. Januar 2025"
|
||||
start_location: "Stadt, Ort"
|
||||
club: "Clubname"
|
||||
club_nr: "000000"
|
||||
startzeit: "8:00"
|
||||
|
||||
# Rückseite - Zelleninhalt (3 Zeilen × 4 Spalten)
|
||||
# LaTeX-Syntax: \\ für Zeilenumbruch, \textbf{...} für Fett
|
||||
# Leere Zellen (für Stempel) einfach leer lassen: ""
|
||||
backside:
|
||||
"1_1": |
|
||||
\vspace{2mm}
|
||||
\textbf{Nr. 1:} Km 0 -- Unisport\\
|
||||
Nachtigallenweg 86, Bonn\\
|
||||
\\
|
||||
\textbf{Kontrollzeit}\\
|
||||
von: 7:30\\
|
||||
bis: 8:30
|
||||
"1_2": ""
|
||||
"1_3": |
|
||||
\vspace{2mm}
|
||||
\textbf{Nr. 4:} Km 000 -- Kontrollname\\
|
||||
Straße\\
|
||||
\textbf{Kontrollzeit}\\
|
||||
von: 00:00\\
|
||||
bis: 00:00
|
||||
"1_4": |
|
||||
\vspace{2mm}
|
||||
\textbf{Kontrollfrage:}\\
|
||||
Fragetext
|
||||
"2_1": |
|
||||
\vspace{2mm}
|
||||
\textbf{Nr. 2:} Km 000 -- Kontrollname\\
|
||||
Adresse\\
|
||||
\\
|
||||
\textbf{Kontrollzeit}\\
|
||||
von: 00:00\\
|
||||
bis: 00:00
|
||||
"2_2": ""
|
||||
"2_3": |
|
||||
\vspace{2mm}
|
||||
\textbf{Nr. 5:} Km 000 -- Kontrollname\\
|
||||
Adresse\\
|
||||
\\
|
||||
\textbf{Kontrollzeit}\\
|
||||
von: 00:00\\
|
||||
bis: 00:00
|
||||
"2_4": ""
|
||||
"3_1": |
|
||||
\vspace{2mm}
|
||||
\textbf{Nr. 3:} Km 000 -- Kontrollname\\
|
||||
Adresse\\
|
||||
\textbf{Kontrollzeit}\\
|
||||
von: 00:00\\
|
||||
bis: 00:00
|
||||
"3_2": ""
|
||||
"3_3": ""
|
||||
"3_4": ""
|
||||
Reference in New Issue
Block a user