-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
92 lines (92 loc) · 1.79 KB
/
_config.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
title: Spencer Tweedy
timezone: America/Chicago
collections:
newsletters:
title: Newsletters
output: true
permalink: "/observations/newsletters/:title/"
observations:
title: Observations
output: true
permalink: "/observations/:title/"
sort_by: datestamp
posts:
title: Posts
output: true
layout: post
releases:
title: Releases
output: false
sort_by: year
uploads:
title: Uploads
output: true
wire:
title: Wire
output: false
defaults:
- scope:
path: ''
type: observations
values:
layout: obs-post
- scope:
path: ''
type: posts
values:
layout: post
image:
image_caption:
- scope:
path: ''
type: releases
values:
artist: ''
year: ''
color: ''
listen: ''
image: ''
role: ''
is_single: ''
is_featured: ''
- scope:
path: ''
type: newsletters
values:
layout: obs-newsletter
collections_dir: content
email: [email protected]
description: Hi! I play drums.
obs_description: A daily list blog by Spencer Tweedy.
author: Spencer Tweedy
url: https://spencertweedy.com
subscribe_url: https://spencertweedy.substack.com # keep this up-to-date with _redirects
twitter: spencertweedy
facebook: spencertweedy
instagram: spencertweedy
obs_twitter: spencertweedy
obs_instagram: observationsinc
typekit: ejh7rbn
umami_site_id: 95944069-6b4e-4fc8-9d2d-9d858ac2e937
locale: Chicago
github_repo: https://github.com/spencertweedy/spencertweedy.com
markdown: kramdown
permalink: "/:categories/:title/"
csv_reader:
converters:
- all
include:
- _redirects
exclude:
- README.md
- netlify.toml
- postcss.config.js
- tailwind.config.js
- package.json
- package-lock.json
obs-archives:
enabled:
- month
layout: obs-archive
permalinks:
month: '/observations/:year:month/'