-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·250 lines (213 loc) · 4.37 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
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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
# This file contains configuration flags to customize your site
# Name of your site (displayed in the header)
name: "APMP PRoject"
# Short bio or description (displayed in the header)
description: "Yet another WAMP server"
# site tagline
tagline: "Serve it!"
# URL of your avatar or profile pic (you could use your GitHub profile pic)
avatar: "https://avatars1.githubusercontent.com/u/43100239?s=200&v=4"
# full URI IE: /mysite { Do not add trailing / }
baseurl: ""
# set site author
author:
name: casjaysdev
url: http://casjay.pro
# set url for the contact form
form:
submit_url:
# only set one of columns_ to enabled
# set a custom theme - includes/themes
# hacker
custom_theme:
name: hacker
columns: "3"
footer: casjays-footer.html
header: casjays-header.html
nav:
bar: true
external: true
internal: true
top: nav/top.html
right: nav/sidebars/right.html
left: nav/sidebars/left.html
# set default timezone
timezone: America/New_York
# set locale
locale: "en"
# Seperator for the the excerps
excerpt_separator: "\n\n"
# Set social media urls
share-this:
rss: true
code: 5acc08103368f4001495b647
repo: https://github.com/apmpproject/apmpproject.org
email:
enabled:
footer: true
script: true
# Includes an icon for each username you enter
social-links:
rss: true
name: casjay
github: casjay
twitter: casjay
facebook: casjaysdev
flickr: casjay
instagram: casjay
linkedin: casjay
pinterest: casjaysdev
email: casjay@cock.li
show_social: true
# Verfication Settings
webmaster_verifications:
google: 12345
bing: 12345
alexa: 12345
yandex: 12345
baidu: 12345
# github options
github:
show: false
repo:
user:
avatar:
forkme: false
# Enable/Disable footer sections
options:
engine: true
sharethis: true
legal: true
statcounter: true
google: true
ads: true
eucookie: true
rocketchat: true
piwik: true
discord: true
# // TODO: Blog settings advanced feature
blog:
enabled:
api:
feed:
path: /rss.xml
posts_limit: 20
# You can find your shortname on the Settings page of your Disqus account
disqus: casjay
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
google:
analytics: UA-936146-1
# piwik code
piwik:
pre: https
id:
url:
rocketchat:
url:
discord:
enable: true
server: 430838999876108289
channel: 430838999876108291
horizontal: bottom
vertical: left
statuscounter:
id: 8585230
code: ef07ac24
url: //c.statcounter.com/8585230/0/ef07ac24/0/
# Name of theme
#theme: jekyll-theme-slate
# You don't need to change any of the configuration flags below !!
permalink: pretty
tag_page: "/blog/tags/"
category_page: "/blog/categories/"
collections:
posts:
output: true
permalink: "/blog/:year/:month/:day/:title/"
tags:
output: true
permalink: "/blog/tags/:path/"
docs:
permalink: "/docs/:path/"
output: true
tutorials:
output: true
permalink: /howto/:name
issues:
output: true
permalink: /issues/:name
wiki:
output: true
permalink: /wiki/:name
recipes:
output: true
permalink: /recipes/:name
licenses:
output: true
permalink: /licenses/:name
redirect_from:
json: true
defaults:
- scope:
path: _docs
type: docs
values:
layout: docs
- scope:
path: _posts
type: posts
values:
layout: posts
- scope:
path: images
type: images
values:
layout: images
# Jekyll 3 now only supports Kramdown for Markdown
kramdown:
footnote_backlink: "↩︎"
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: "highlight"
# Set the Sass partials directory, as we're using @imports
sass:
sass_dir: _sass
style: :expanded
jekyll_tidy:
compress_html: true
exclude: ["*.md"]
# Use the following plug-ins
plugins:
- jemoji
- kramdown
- jekyll-avatar
- jekyll-feed
- jekyll-mentions
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-gist
- jekyll-coffeescript
- jekyll-assets
- jekyll-sitemap
- jekyll-analytics
- jekyll-remote-include
- jekyll-menus
- jekyll-remote-theme
- jekyll-tidy
include:
- _pages
- images
# Exclude these files from your production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- CNAME
- .keep
- .gitkeep
# full domain name IE: httmp://mysite.com
url:
#webrick:
# headers:
# Access-Control-Allow-Origin: "*"