-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
57 lines (48 loc) · 1.58 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
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings
paginate: 2 # pagination based on number of posts
paginate_path: "page:num"
exclude: ["README.md"] # files to exclude
highlighter: rouge
markdown: kramdown
disqus: chrisrisnercom
disqus_show_comment_count: true
google_analytics: UA-3295765-1
application_insights: 537fb79d-ea81-42f5-88e0-442428c3e255
permalink: /:title
title: ChrisRisner.com
description: "The home for Chris Risner's thoughts on the internet."
repository : "ChrisRisner/chrisrisner.github.io"
url : "https://chrisrisner.com"
defaults:
-
scope:
path: "" # empty string for all files
values:
title: ChrisRisner.com
author:
name: Chris Risner
email: chris@chrisrisner.com
github: chrisrisner
twitter: chrisrisner
keybase: risner
bio:
# email_md5: 726351295ec82e145928582f595aa3aa
email_md5: 285584b876f2d45cfbbfb29ce656fde0
# Staticman comments (full configuration in staticman.yml)
staticman:
branch : "master"
# reCaptcha
reCaptcha:
enabled: true
siteKey: "6LfLAjwUAAAAAKOi8qdESCsIsuNKQWprkVwVTOca"
secret: "hIjDAFgRYCqZ5vLwealMOgQ27fwTpIh64Wjem8fI6rzs65k6Jr6hDh5A8cTv1gi0LBnc74abCXCUR+hi9lKnozMxnisI2vLnFfcZQYfVCqXyH0d4APJDJJ0qhMxkM6OztcHNx7PjHqms0u4cjVIU1McmbDuxaB02V6z1eMzmdmE="
github_repo_url: https://github.com/chrisrisner/chrisrisner.github.io/
rss_path: feed.xml
rss_url: http://feeds.feedburner.com/chrisrisnercom
categories_path: categories.html
tags_path: tags.html
BASE_PATH:
gems:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-paginate