-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
55 lines (49 loc) · 869 Bytes
/
_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
title: colemanm.org
name: colemanm.org
description: "Notes + Links from @colemanm"
author:
name: Coleman McCormick
email: coleman@mcco.me
uri: https://www.colemanm.org
permalink: /post/:title/
port: 4001
url: https://www.colemanm.org
collections:
maps:
output: true
books:
output: true
permalink: /books/:title/
articles:
output: true
permalink: /articles/:title/
quotes:
output: true
permalink: /quotes/:title/
feed:
path: atom.xml
exclude:
- CONTRIBUTING.md
- README.md
- bundle
- script
- CNAME
- Gemfile
- Gemfile.lock
- ".bundle"
- vendor
show_related_posts: true
plugins:
- jemoji
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jekyll-archives
jekyll-archives:
enabled:
- tags
layout: tag
permalinks:
tag: '/topic/:name/'
slug_mode: default