-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
46 lines (35 loc) · 898 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
# Harmony Jekyll theme general configurations
harmony:
name: CHINMOY'S BLOG
basetheme: theme-base-01 # pre defined thmes are darken, blue-water, redish.
# Google Analytics key, leave blank to ignore
google_analytics_key: UA-99014184-1
# Profile links, leave blank to ignore
social:
github: chinmoyrp
# Toggle disclaimer in footer
show_disclaimer: true
# Conversion / Build settings
markdown: kramdown
# This is how you put pygments config in jekyll 2.0 instead of pygments: true
highlighter: rouge
# Permalinks
permalink: pretty
paginate: 3
paginate_path: "page:num"
disqus: true
disqus_shortname: blog-chinmoyrp
exclude:
- CNAME
- Gemfile
- Rakefile
- README.md
- .gitignore
- .sass-cache
- Gemfile.lock
# Sass conversion configs
sass:
sass_dir: assets/css/_sass
style: compressed
gems: ['jekyll-paginate']
exclude: [vendor]