-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
74 lines (74 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
title: Dogwood
copyright: OpenStreetMap US
permalink: /:title/
# Include "future" posts so that upcoming events will display. Posts cannot be scheduled to automatically
# publish at a certain time with Jekyll alone.
logo: /img/logo.svg
logo_mono: /img/logo-mono.svg
future: true
timezone: America/New_York
github: osmus/dogwood
mastodon: https://en.osm.town/@OpenStreetMapUS
twitter: openstreetmapus
youtube_page: channel/UCQpS2iHNVR-_6nAxt87nwCw
facebook: openstreetmap.us
instagram: openstreetmapus
linkedin: company/openstreetmap-us
links:
- link: /plants/
- link: /people/
- link: /blog/
- link: https://github.com/osmus/dogwood
label: Use This Theme!
a_class: button bordered
liquid:
error_mode: strict
strict_variables: false
strict_filters: true
plugins:
- jekyll-archives
- jekyll-include-cache
jekyll-archives:
enabled:
- tags
- month
- year
layouts:
tag: archives/posts-tag
year: archives/posts-year
month: archives/month
permalinks:
tag: '/tags/:name/'
month: '/:year/:month/'
year: '/:year/'
date_format: "%b %e, %Y"
collections:
pages:
output: true
people:
output: true
posts:
output: true
redirects:
output: true
defaults:
- scope:
path: "_pages"
values:
permalink: /:path/
layout: "page"
- scope:
path: "_people"
values:
layout: "person"
- scope:
path: "_posts/blog"
values:
permalink: /blog/:year/:month/:title/ # or whatever
category: "Blog"
layout: "post"
- scope:
path: "_redirects"
values:
permalink: /:path/
layout: "redirect"