-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
52 lines (40 loc) · 984 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
name: ChangHyeon Nam's Blog
url: 'https://changhyeonnam.github.io'
description: 'notes and thoughts'
exclude: [Gemfile, Gemfile.lock, README.md]
author: 'ChangHyeon Nam'
disqus_shortname: changhyeon
mathjax: true # whether support mathjax
future: true
kramdown:
input: GFM
math_engine: mathjax
# gems:
# # https://help.github.com/articles/atom-rss-feeds-for-github-pages/
# - jekyll-gist
# - jekyll-sitemap
# sitemap:
# filename: "/sitemap.xml"
# exclude:
# - "/atom.xml"
# - "/feed.xml"
# - "/feed/index.xml"
# include_posts:
# - "/index.html"
# change_frequency_name: "change_frequency"
# priority_name: "priority"
gems:
# https://help.github.com/articles/atom-rss-feeds-for-github-pages/
- jekyll-gist
- jekyll-sitemap
- jekyll-toc
sass:
sass_dir: _sass
style: :compressed
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
plugins:
- jekyll-toc