-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsample.yml
58 lines (53 loc) · 1.29 KB
/
sample.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Timeline Sample File
version: 1.0
title: "Sample Timeline"
description: "This is a sample timeline."
events:
- title: "Full Timeline Entry"
description: |
# Header
## Subheader
Markdown text
start: "2024-01-01"
end: "2024-01-02"
tags: ["tag1", "tag2"]
category: "Category 1"
location: "Location"
image: "image.jpg"
link: "https://example.com"
color: "#000000"
icon: "fas fa-calendar"
- title: "Event Entry"
description: "Event text"
start: "2024-05-05"
tags: ["tag1", "tag2"]
category: "Category 2"
- title: "Another Range Entry"
description: "Event text"
start: "2024-05-08"
end: "2024-06-04"
tags: ["tag1", "tag2"]
category: "Category 2"
- title: "Minimal Entry"
start: "2024-01-01"
# You can add comments
# and empty lines
- title: "Minimal Entry 2"
start: "2024-01-01"
- title: "Minimal Entry 3"
start: "2024-01-01"
- title: "Some Event 1"
start: "2024-06-01"
end: "2024-07-01"
category: "Category 3"
- title: "Some Event 2"
start: "2024-07-01"
end: "2024-08-01"
category: "Category 3"
- title: "Markdown Event"
description: |
# Header
## Subheader
Markdown text
start: "2024-09-01"
category: "Category 3"