-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
39 lines (37 loc) · 823 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
title: Kieta
subtitle: All hope is gone
repository: atpons/jekyll-kieta-theme
author: YOUR_NAME_OR_ID
twitter:
username: YOUR_TWITTER_ID
disqus: YOUR_DISQUS_SHORTNAME
color: limegreen # web color
branch: master # where your github pages hosted branch
permalink: /items/:title
search_engine: https://www.google.com/search
paginate: 5
paginate_path: "/page/:num"
jekyll-mentions: https://twitter.com
feed:
path: /atom.xml
exclude:
- Gemfile
- Gemfile.lock
gems:
- jekyll-avatar
- jekyll-paginate
- jekyll-seo-tag
- jekyll-mentions
- jekyll-sitemap
- jemoji
- jekyll-feed
# Add more you want
markdown: kramdown
kramdown:
auto_ids: true
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
input: GFM
hard_wrap: true
footnote_nr: 1