-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
45 lines (45 loc) · 864 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
---
title: Journal.Kim
timezone: UTC
collections:
pages:
title: Pages
output: true
permalink: "/:title"
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
author: Brennan K. Brown
email: mail@brennanbrown.ca
description: 'A personal blog for self-quantification via Beeminder. Powered by Jekyll. '
baseurl: ''
url: https://journal.kim
repository: https://github.com/brennanbrown/journalbar
twitter: https://twitter.com/brennankbrown/
github: https://github.com/brennanbrown
paginate: 6
paginate_path: "/:num/"
port: 4040
kramdown:
input: GFM
google_analytics: UA-54919711-3
disqus: journal-bar
comments: true
theme:
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate
permalink: "/:title"
theme_switcher: false
exclude:
- ".jekyll-cache"
- Gemfile
- Gemfile.lock
- vendor
- LICENSE
- README.md
- CNAME