-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
77 lines (64 loc) · 1.4 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
title: "Hardscrabble"
author: "Max Jacobson"
email: "max@hardscrabble.net"
description: "the personal website of Max Jacobson, a programmer in New York"
url: "https://www.hardscrabble.net"
port: 1234
permalink: "/:year/:title/"
timezone: "America/New_York"
metaphorloop_metadata:
title: "metaphor loop"
subtitle: "a podcast about how we think about programming"
description: "Listen to Max Jacobson talk to programmers about how they think about programming."
url: "https://www.hardscrabble.net/metaphorloop"
cover_art: "https://s3.amazonaws.com/metaphorloop/metaphorloop.png"
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "metaphorloop_episodes"
values:
layout: "metaphorloop_episode"
exclude:
- "CNAME"
- "README.md"
- "bin"
- "exe"
- ".github"
- ".ruby-version"
- "prettier.config.js"
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
paginate: 10
paginate_path: "/page/:num/"
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-paginate
- jekyll-archives
collections:
metaphorloop_episodes:
output: true
permalink: "/metaphorloop/:name/"
jekyll-archives:
layouts:
year: year-archive
category: category-archive
enabled:
- year
- categories