-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config-dev.yml
203 lines (184 loc) · 4.86 KB
/
_config-dev.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
# Source and destination folder
source : source
destination : public_html
# Site config
skin : default
# Site info
title : Reboot lanyon
description : "Demo site for Reboot lanyon theme"
tagline : "Learner"
baseurl : ""
url : https://sonapraneeth-a.github.io
favicon :
lang : en-us
version : 1.0.6 # Please use semantic versioning (semver.org)
repository : sonapraneeth-a.github.io/reboot-lanyon
environment : "development"
build : "jekyll"
# SEO
logo:
social:
name: Sona Praneeth Akula
links:
- https://twitter.com/sonapraneeth_a
- https://www.facebook.com/sonapraneeth.akula/
- https://www.linkedin.com/in/sona-praneeth-akula
- https://github.com/sonapraneeth-a
twitter:
username: sonapraneeth_a
# Site settings
plugins_dir : _plugins
layouts_dir : _layouts
data_dir : _data
includes_dir : _includes
posts_dir : _posts
plugins:
- jekyll-paginate-v2
- jekyll-sitemap
- jekyll-feed
- jekyll-last-modified-at
# - mm-jekyll-prism
- jemoji
- jekyll-seo-tag
- jekyll-typogrify
- jekyll-figure
- jekyll-gist
# - html-proofer
markdown: kramdown
kramdown:
auto_ids : true
entity_output : as_char
toc_levels : 1..4
smart_quotes : lsquo,rsquo,ldquo,rdquo
input : GFM
hard_wrap : false
footnote_nr : 1
show_warnings : true
sass:
style : compressed
sass_dir : _scss
highlighter : rouge
timezone : Asia/Kolkata
encoding : "utf-8"
markdown_ext : "markdown,mkdown,mkdn,mkd,md"
post:
related : true
comments : true
sharing : true
comments_plugin : disqus
words_per_minute : 180
permalink : '/blog/:year/:month/:day/:title/'
pagination:
enabled : true
collection : 'posts'
per_page : 5
title : ':title | Page :num of :max'
permalink : '/:num/'
sort_field : 'date'
sort_reverse : true
trail:
before : 1
after : 2
autopages:
enabled: false
# Old Jekyl paginate plugin
# paginate: 5
# paginate_path: '/blog/:num'
# permalink: '/blog/:year/:month/:day/:title/'
future : false
show_drafts : false
collections:
projects:
output: true
# Author info
author:
name: Sona Praneeth Akula
description:
gravatar: 250c61d0435096d44102ab5fcd590d9c # md5 hash of your email address
contact:
linkedin : https://www.linkedin.com/in/sona-praneeth-akula
github : https://github.com/sonapraneeth-a
facebook : https://www.facebook.com/sonapraneeth.akula
twitter : https://twitter.com/sonapraneeth_a
email : mailto:[email protected]
usernames:
linkedin : sona-praneeth-akula
github : sonapraneeth-a
facebook : akula.sonapraneeth
twitter : sonapraneeth_a
email : [email protected]
# Navigation Menu
menu:
- title : 'Home'
url : '/'
icon : 'home'
class : 'home'
- title : 'Projects'
url : '/projects/'
icon : 'file-code-o'
class : 'project'
sublinks:
- title : 'Categories'
url : '/projects/categories/'
icon : 'address-book'
class : 'categories'
- title : 'Search'
url : '/projects/search/'
icon : 'mirror'
class : 'search'
- title : 'Tags'
url : '/projects/tags/'
icon : 'tags'
class : 'tags'
- title : 'Archives'
url : '/projects/archives/'
icon : 'archive'
class : 'archives'
- title : 'Blog'
url : '/blog/'
icon : 'pencil'
class : 'blog'
sublinks:
- title : 'Categories'
url : '/blog/categories/'
icon : 'address-book'
class : 'categories'
- title : 'Search'
url : '/blog/search/'
icon : 'mirror'
class : 'search'
- title : 'Tags'
url : '/blog/tags/'
icon : 'tags'
class : 'tags'
- title : 'Archives'
url : '/blog/archives/'
icon : 'archive'
class : 'archives'
google_analytics_token : 'UA-90733014-1' # leave blank if you don't want google analytics
disqus_short_name : 'sonapraneethakula' # leave blank if you don't want disqus
staticman:
branch : "reboot-lanyon"
webmaster_verifications:
google: -RmPuAcL0rqC5SPAGz0s2KbMQETk08-zni-fkB2aQuQ
bing:
alexa:
yandex:
baidu:
# Exclude these files from your production _site
exclude:
- LICENSE
- README.md
- Gemfile
- Gemfile.lock
include:
- .htaccess
compress_html:
clippings : []
comments : ["<!-- ", " -->"]
endings : []
ignore:
envs: []
blanklines : true
profile : false
startings : []