-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
29 lines (21 loc) · 1.11 KB
/
config.example.yaml
File metadata and controls
29 lines (21 loc) · 1.11 KB
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
# til config file
# Default location: ~/.til/config.yaml
# Override with TIL_CONFIG env var or --config CLI option.
# ── Required ──────────────────────────────────────────────────────────────────
# Root directory for your notes. TIL notes live in notes_dir/TIL/ and
# images in notes_dir/images/.
notes_dir: ~/notes
# ── Optional ──────────────────────────────────────────────────────────────────
# Local clone of your blog repository (required for `til publish`).
blog_repo: ~/blog
# Subdirectory inside notes_dir where TIL markdown files are stored.
# Default: TIL
til_subdir: TIL
# Subdirectory inside notes_dir where images are stored.
# Default: images
images_subdir: images
# Subdirectory inside blog_repo where published TIL notes are written.
# Default: til
blog_til_subdir: til
# Default author name added to front matter (optional).
author: ""