-
Notifications
You must be signed in to change notification settings - Fork 1
/
_schedule.yml
30 lines (27 loc) · 951 Bytes
/
_schedule.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
scheduled-docs:
draft-after: "1/2/24" # can use "system-time" or manually set datetime using format "1/2/24"
timezone: "-07:00" # GMT offset in +/-hh:mm does not adjust for daylight savings
debug: true
docs:
- href: "posts/post-1.qmd"
date: 1/1/24
- href: "posts/post-2.qmd"
date: 1/3/24
- href: "posts/post-3.qmd"
date: 1/5/24
# alternative structure showing the `docs:` can be nested anywhere in `scheduled-docs`:
# scheduled-docs:
# draft-after: "1/4/24" # can use "system-time" or manually set datetime using format "1/2/24"
# timezone: "-07:00" # GMT offset in +/-hh:mm does not adjust for daylight savings
# schedule:
# - type: Part A
# docs:
# - href: "posts/post-1.qmd"
# date: 1/1/24
# - type: Part B
# mods:
# docs:
# - href: "posts/post-2.qmd"
# date: 1/3/24
# - href: "posts/post-3.qmd"
# date: 1/5/24