-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
86 lines (79 loc) · 1.6 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
# General
title: Luke Fretwell
description: "Entrepreneur, writer, civic hacker focused on the intersection of design, technology and democracy."
avatar: avatar.png
url: https://lukefretwell.com
# Social
email: mailto:[email protected]
calendar: https://lukefretwell.com/calendar
twitter:
linkedin: https://www.linkedin.com/in/lukefretwell
mastodon: https://mastodon.social/@lukefretwell
bluesky: https://lukefretwell.bsky.social
instagram: https://instagram.com/lukefretwell
github: https://github.com/lukefretwell
rss: https://lukefretwell.com/feed.xml
# Plugins
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate
- jekyll-assets
- jekyll-redirect-from
# Markdown settings
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
# Date/time
date: "%B %-d, %Y"
timezone: America/Los_Angeles
# Defaults
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "default"
img-path: "pages"
- scope:
path: ""
type: "posts"
values:
label: "Posts"
layout: "post"
img-path: "posts"
folder: "posts"
- scope:
path: "_work"
type: "work"
values:
label: "Work"
layout: "work"
folder: "work"
# Collections
collections:
pages:
output: true
permalink: /:title
posts:
output: true
permalink: /posts/:title
work:
output: true
permalink: /work/:title
# Exclude
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- _site
- .sass-cache
- .DS_Store
- .gitignore
- .jekyll-metadata
- .env
- config.local.yml
- config.production.yml