-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy path_config.yml
45 lines (36 loc) · 839 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: Nolboo's Blog
# Oveerriden by GitHub Pages: https://help.github.com/articles/using-jekyll-with-pages#configuring-jekyll
safe: true
highlighter: rouge
lsi: false
future: true
url: http://nolboo.kim
permalink: pretty # /blog/:year/:month/:day/:title/
# path: "_posts/blog"
exclude: [vendor]
markdown: kramdown
kramdown:
input: GFM
gems:
- jekyll-mentions
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate
- jekyll-gist
- jekyll-admin
paginate: 10
paginate_path: "/blog/page:num/"
author:
twitter: n0lb00
github: nolboo
# staticman:
# allowedFields: ['name', 'email', 'comment']
# branch: 'master'
# filename: ask{@timestamp}
# format: 'yaml'
# moderation: true
# path: _data/ask/{options.post-slug}
# requiredFields: ['name', 'comment']
# transforms:
# email: 'md5'