-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
318 lines (303 loc) · 12.5 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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: Jaytch! # overridden in jaytch.title, but some other templates may use this
tagline: The Jekyll Helper # overridden in jaytch.tagline, but some other templates may use this
description: > # overridden in jaytch.description, but some other templates may use this
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
twitter_username: groundh0g # overridden in jaytch.authors, but some other templates may use this
github_username: groundh0g # overridden in jaytch.authors, but some other templates may use this
email: [email protected] # overridden in jaytch.authors, but some other templates may use this
# The base hostname & protocol for your site ...
# If hosted as Github Pages user, url: "http://USERNAME.github.io" # branch master
# If hosted as Github Pages organization, url: "http://ORGNAME.github.io" # branch master
# If hosted as Github Pages project of a user, url: "http://USERNAME.github.io/PROJNAME" # branch gh-pages
# If hosted as Github Pages project of an organization, url: "http://ORGNAME.github.io/PROJNAME" # branch gh-pages
# If hosted on a custom domain (has a CNAME file), url: "http://DOMAIN.com"
url: "http://jaytch.org"
baseurl: "" # the subpath of your site, e.g. /blog
layouts_dir: ./_layouts/blog # valid values are:
# blog - what 99% of folks will use
# book - an open-source book
# daily - a post-a-day site
# project - a project or product site
# soon - a "coming soon" site
# webapp - a web application, wrapped with a blog
# Build settings
markdown: kramdown
# Jaytch settings
jaytch:
version : 0.1.0
title: Jaytch! # Your blog or site title.
tagline: The Jekyll Helper # Your blog or site tagline.
description: > # An awesome description of your blog or site.
A rewite of JekyllBootstrap (plusjade/jekyll-bootstrap) that
is built from the ground up to support Jekyll 3.x and Bootstrap 3.x,
while targeting the dependencies of GitHub Pages.
page_404: sticky # badge | dog | droids | glass | link | milk | monster | potty | shrug | sticky | tweet | zork
tweetHash: "jaytch #blogs #OSS" # don't hash first tag
tweetShoutOut: "GetJaytch"
search: # valid values are: true | false | {number}
title: true # always search
tags: true # always search
keywords: true # always search
excerpt: 2000 # only search when fewer than 2001 posts
inclPages: true # valid values are: true | false
layout:
minified: true # Use *.min.css and *.min.js, when available.
usecdn: false # Use CDN (content delivery network), when supported.
customcss: custom.css # loaded after theme css files
customjs: custom.js # loaded after theme js files
framework: bootstrap-v3 # default | bootstrap-v3
theme: default # When used by bootstrap-v3, valid values are:
# default | cerulean | cosmo | cyborg |
# darkly | flatly | journal | lumen | paper |
# readable | sandstone | simplex | slate |
# spacelab | superhero | united | yeti
nav_links: [ # the main menu links at the top of every page
"Archive|/archive",
"Categories|/categories",
"Tags|/tags",
"Contributors|/contributors",
"About|/about"
]
sidebar_left:
sidebars: false # false | ["facebook", "twitter", ...]
sidebar_right:
sidebars: ["tagcloud", "posts", "calendar", "countdown", "quote", "quote2", "quote3", "quote4", "twitter"] # false | ["facebook", "twitter", ...]
columns: 3
hideForHome: false
hideForPage: false
hideForPost: false
# template: # template is determined by site.layouts_dir (eg. blog, project, book, ...)
# blog:
# nav_links: [ # the main menu links at the top of every page
# "Archive|/archive",
# "Categories|/categories",
# "Tags|/tags",
# "Contributors|/contributors",
# "About|/about"
# ]
# sidebar_left:
# sidebars: false # false | ["facebook", "twitter", ...]
# sidebar_right:
# sidebars: ["tagcloud", "posts", "calendar", "countdown", "quote", "quote2", "quote3", "quote4", "twitter"] # false | ["facebook", "twitter", ...]
# columns: 3
# hideForHome: false
# hideForPage: false
# hideForPost: false
#
# book:
# nav_links: [ # the main menu links at the top of every page
# "The Book|/index",
# "The Author|/author",
# "The Camps|/contributors",
# "The Blog|/blog",
# "The Store|/store"
# ]
#
# daily:
# title: Fauxcabulary.org
# tagline: Fake definitions. Real funny.
# nav_inverse: true
# nav_links: [ # the main menu links at the top of every page
# "Archive|/archive",
# "Tags|/tags",
# "Gallery|/gallery",
# "Commer¢e|/store"
# ]
# sidebar_left:
# sidebars: ["quote", "custom", "tagcloud"] # false | ["facebook", "twitter", ...]
# columns: 3
# hideForHome: false
# hideForPage: true
# hideForPost: true
# sidebar_right:
# sidebars: ["tagcloud", "posts", "calendar", "countdown", "quote", "quote2", "quote3", "quote4", "twitter"] # false | ["facebook", "twitter", ...]
# columns: 3
# hideForHome: true
# hideForPage: false
# hideForPost: false
#
# project:
# title: BYRD
# tagline: Give'm the BYRD!
# nav_inverse: true
# nav_links: [ # the main menu links at the top of every page
# "Blog & News|/blog",
# "About|/about",
# "Contributors|/contributors",
# [ "Documentation", # dropdown label
# # dropdown menu items:
# "Create a Blog in 5 Minutes|/docs/create-a-blog-in-5-minutes",
# "Configuration Settings Explained|/docs/configuration-settings-explained",
# "Frameworks, Themes, & Templates|/docs/layouts-frameworks-themes-and-templates",
# "Specifying a 404 Page|/docs/specifying-a-404-page",
# "Sidebars, Widgets, & Snips|/docs/widgets-and-snips",
# "Using Author Bios|/docs/using-author-bios",
# "Hosting on GitHub Pages|/docs/hosting-on-github-pages",
# "---",
# "Frequently Asked Questions|/docs/faqs"
# ]
# ]
# sidebar_left:
# sidebars: false # false | ["facebook", "twitter", ...]
# columns: 3
# hideForHome: true
# hideForPage: true
# hideForPost: false
# sidebar_right:
# sidebars: ["posts", "tagcloud"] # false | ["facebook", "twitter", ...]
# columns: 3
# hideForHome: true
# hideForPage: true
# hideForPost: false
#
# soon:
# nav_links: [ # the main menu links at the top of every page
# "Blog & News|/blog",
# "The Team|/contributors",
# "About|/about",
# "Contact Us|/contact"
# ]
sidebars:
facebook: #https://developers.facebook.com/docs/plugins/page-plugin/
page: Fauxcabulary
title: Fauxcabulary.org
facebook2:
type: facebook
page: Codetopia
twitter: # https://twitter.com/settings/widgets/new
name: GetJaytch
widgetId: 709112005668503552
googleplus: # https://www.kycosoftware.com/code/googleplus-feed-widget-2
profileId: 113415901204258128457 # +JosephHall_groundh0g
tagcloud:
title: "Tag Cloud"
maxTags: 20
author:
type: author
posts:
type: posts
limit: # default 3
words: # default 15
showViewPostLink: false
showArchiveLink: false
archiveUrl: "/archive"
category: # default is all
tag: # default is all
quote:
type: quote
title:
quote: # use page's quote
quote2:
type: quote
quote: You can design and create, and build the most wonderful place in the world. But it takes people to make the dream a reality. -- <a href="http://www.brainyquote.com/quotes/authors/w/walt_disney.html">Walt Disney</a>
quote3:
type: quote
quote: Women are like teabags. We don't know our true strength until we are in hot water!
quote4:
type: quote
quote: # use the page's quote
calendar:
title: History ...
date: # date of most recent post
width: 100%
countdown:
title: Site Age
class: countup
mode: inline # block
datetime: # page.date
custom:
type: custom
path: daily-masthead.md
contributorBios:
groundh0g:
name: Joseph Hall
alias: groundh0g
image: images/contributors/groundh0g.png
role: Programmer / Writer
bio: > # brief description goes here
Joe lives with his wife and three daughters in Newnan, Georgia. Every
summer, Joe teaches high school students how to write games during an
intense weeklong course in North Carolina for Landry Academy. In his free
time, Joe dabbles in sketching, cartooning, and creating 3D models. When
you see his artistic creations, you’ll understand why he makes his living
as a programmer.
email: [email protected]
website: http://codetopia.com/
twitter: groundh0g
facebook: groundh0g
youtube: groundh0g
instagram: groundh0g72
#googleplus: groundh0g
github: groundh0g
deviant: groundh0g
linkedin: groundh0g
pinterest: groundh0g
plusjade:
name: Jade Dominguez
alias: plusjade
image: images/contributors/plusjade.jpg
role: Programmer
bio: > # brief description goes here
I owe everything I know to the Open Source community so all my work is
Open and Free. My most popular project and claim to baby fame is
JekyllBootstrap which ironically has the least amount of actual code than
any of my other projects; a testament to the importance of being user and
usability driven.
email: [email protected]
website: http://plusjade.com/
twitter: plusjade
github: plusjade
# FIXME: actually use admin alias as default in posts (and pages?)
admin: # the "admin" author alias is reserved, used as default when no author is specified
name: Administrator
alias: admin
showInList: true # you can hide this little guy
image: images/contributors/admin.png
role: Filth-Dimensional Being
bio: > # brief description goes here
The "admin" alias is a reserved account, used as default when no author is specified.<br/>
You can hide this account by adding "showInList: false" to the "_config.yml" file.
email: [email protected]
website: http://jaytch.org/
twitter: GetJaytch
analytics : # settings for analytics, set 'provider' to the analytics provider you want to use
provider : google # Set 'provider' to false to turn analytics off entirely
gauges :
site_id : 'SITE ID'
google :
tracking_id : 'UA-123-12'
googleLegacy :
tracking_id : 'UA-123-12'
getclicky :
site_id :
mixpanel :
token : '_MIXPANEL_TOKEN_'
baidu :
token : '_BAIDU_TOKEN_'
piwik :
baseURL : 'myserver.tld/piwik' # Piwik installation address (without protocol)
idsite : '1' # the id of the site on Piwik
comments : # settings for comments helper, set 'provider' to the comment provider you want to use
provider : facebook # Set 'provider' to false to turn commenting off entirely
disqus :
short_name : myname
livefyre :
site_id : 123
intensedebate :
account : 123abc
facebook :
appid : 123
num_posts: 5
width: 580
colorscheme: light
duoshuo :
short_name : myname