-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
107 lines (103 loc) · 2.28 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
meta:
title: "Dan Schlosser"
description: "Co-founder, Ambrook — we're hiring! Previously, product manager at The New York Times, Google, and Covid Act Now, tech lead at The Next 50, founder and web developer at Minimill, and CS at Columbia. Email me at [email protected] or tweet @danrschlosser."
facebook_image: "/img/res/1600/cover-corner.png"
twitter_image: "/img/res/1600/cover-corner.png"
image: "/img/res/1600/cover-corner.png"
twitter_handle: "@danrschlosser"
google_analytics_id: "UA-40705748-1"
domain: "schlosser.io"
root: "https://schlosser.io"
name: "Dan Schlosser"
markdown: kramdown
permalink: "/:categories/:title/"
highlighter: rouge
# Build info
incremental: true
plugins:
- jekyll-redirect-from
include:
- font
exclude:
- node_modules
- Gulpfile.js
- Gemfile
- Gemfile.lock
- package.json
- package-lock.json
- README.md
- LICENSE.md
- yarn.lock
collections:
talks:
title_singular: Talk
output: true
permalink: /:collection/:title/
writing:
title_singular: Writing
output: true
permalink: /:collection/:title/
projects:
title_singular: Project
output: true
permalink: /:collection/:title/
lists:
title_singular: List
output: true
permalink: /:collection/:title/
travel:
title_singular: Travel
output: true
permalink: /:collection/:title/
teams:
title_singular: Team
output: true
permalink: /:collection/:title/
defaults:
- scope:
path: ""
values:
layout: default
hero_style: normal
- scope:
path: ""
type: writing
values:
layout: blog_post
related_posts: writing
- scope:
path: ""
type: projects
values:
layout: project
cta: Check it out
link: ""
related_posts: projects
- scope:
path: ""
type: lists
values:
layout: blog_post
related_posts: lists
- scope:
path: ""
type: talks
values:
layout: talk
hero_style: normal
cta: Check it out
related_posts: talks
- scope:
path: ""
type: travel
values:
layout: trip
hero_style: full_bleed
related_posts: travel
- scope:
path: ""
type: teams
values:
layout: team
hero_style: normal
related_posts: teams