-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
84 lines (84 loc) · 1.71 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
title: Missing Maps
# 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/MM_white_typography.svg
# logo_mono: /img/logo-mono.svg
future: true
# timezone: America/New_York
# github: osmus/dogwood
# mastodon: https://en.osm.town/@OpenStreetMapUS
twitter: TheMissingMaps
youtube_page: c/themissingmaps
facebook: TheMissingMaps
instagram: themissingmaps
linkedin: company/missing-maps
github: MissingMaps
email: mailto:[email protected]
links:
- link: /contribute/
- link: /organize/
- link: /blog/
- link: /support/
- link: /stats/
- link: /events
label: Missing Maps Events
a_class: button bordered
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:
feeds:
output: true
pages:
output: true
people:
output: true
posts:
output: true
redirects:
output: true
defaults:
-
scope:
path: "_pages"
type: "pages"
values:
permalink: /:path/
layout: "page"
-
scope:
path: "_redirects"
type: "redirects"
values:
permalink: /:path/
layout: "redirect"
-
scope:
path: "_people"
type: "people"
values:
layout: "person"
-
scope:
path: "_posts/blog"
type: "posts"
values:
permalink: /blog/:year/:month/:title/
category: "Blog"
layout: "post"