forked from poole/hyde
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
105 lines (91 loc) · 3.84 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Blog Information
title: "hydeX"
tagline: 'A Jekyll theme.'
description: 'An extension to <a href="http://hyde.getpoole.com/" target="_blank">hyde</a> - a two panel theme for <a href="http://jekyllrb.com" target="_blank">Jekyll</a>.'
# Author information
author:
name: "Hemen Kapadia"
email: [email protected]
twitter: null
github: hemenkapadia
linkedin: kapadiahemen
facebook: null
instagram: null
googleplus: null
youtube: null
stackoverflow: null
# Directories
source: .
destination: ./_site
plugins_dir: ./_plugins
layouts_dir: ./_layouts
data_dir: ./_data
includes_dir: ./_includes
#collections: null
# Reading source directories
safe: false
include: [".htaccess"]
exclude: []
keep_files: [".git", ".svn"]
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
# Filtering Content
show_drafts: null
limit_posts: 0
future: false
unpublished: false
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
kramdown:
input: GFM
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Serving
detach: false
baseurl: /hydeX
permalink: /blog/:year/:month/:day/:title.html
paginate_path: /page:num
paginate: 8
timezone: Asia/Calcutta
quiet: false
defaults: []
# Additional Plugins
whitelist: []
gems: ["jekyll-sitemap", "jekyll-gist", "jekyll-paginate"]
# Theme configurations
pooletheme: theme-base-00
layout: normal # [normal | reverse]
sidemenutype: nonsticky # [nonsticky | sticky]
showexcerpt: true # [true | false]
rel_post_count: 3
# Fork Me ribbon
forkmeribbon: show # [show|hide]
forkme_url: https://github.com/hemenkapadia/hydeX
# Disqus Configuration
#
# CAUTION : If you forked hydeX, please update disqus_src value to that of
# of your blog. If you do not have one, change to example.disqus.com.
# Keeping it hydex.disqus.com will cause all comments to show up on
# my blog
# Read : https://hemenkapadia.github.io/hydeX/blog/2016/03/25/integrate-disqus.html
#
disqus_enable: true
disqus_src: hydex.disqus.com # replace this
# Comments - Google Analytics Configuration
#
# CAUTION : If you forked hydeX, please update ga_id value to that of your
# blog. If you do not have one, change to UA-00000000-0.
# Keeping it as is will cause all traffic to show up in my Google
# Analytics setup
# Read : https://hemenkapadia.github.io/hydeX/blog/2016/03/24/google-analytics.html
#
ga_enable: true
ga_id: UA-87605512-2 # replace this