-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·225 lines (209 loc) · 6.67 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
# 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 edit after that. If you find
# yourself editing these this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# 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
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: BokBot.org
email: info@bokbot.org
#baseurl: "/BokBot.org" # the subpath of your site, e.g. /blog
# Build settings
markdown: kramdown
permalink: pretty
exclude: [
"node_modules",
"LICENSE",
"package.json",
"README.md",
"Gemfile",
"gulpfile.babel.js",
".babelrc",
".gitignore",
"sass",
"scss",
"validate"
]
### Merge point ###
#INTRO
#Set up is quick and easy. Simply replace any example text with your nonprofit's information.
#To leave a field blank, simply remove everything after the colon (:) or place a hashtag (#) at the start of the line.
#If you see '> # Enter on the next line', be sure the next line remains indented two spaces.
gems:
- jekyll-redirect-from
- jekyll-feed
name: "BokBot Organization"
description: "Where open source comes to protect backyard dinosaurs, and other related stuff"
author: Bok Bot
locale: eng-US
disqus_id: bokbot
google_analytics_track_id: blah
#REQUIRED
org_site: bokbot.org
url: https://bokbot.org
org_url: https://bokbot.org
org_name: BokBot
org_summary: > # Enter your summary on the next line. Be sure to indent by two spaces.
Protecting Backyard Dinosaurs
org_full_description: > # Enter your description on the next line. Be sure to indent by two spaces.
Protecting Backyard Dinosaurs
#OPTIONAL
#Non US-address support coming soon
org_general_email_inbox: info@bokbot.org
org_street_address: 1105 West Oltorf #Please include suite number on the line below
org_address_suite: Suite 202
org_city: Austin
org_state: TX
org_zip: > # Enter zip on next line. Be sure to indent by two spaces.
78704
org_phone: > # Enter phone on next line. Be sure to indent by two spaces.
(512) 441-5269
#SOCIAL MEDIA
github_username: bokbot
# twitter_username:
# facebook_username: bokbot
# org_instagram_username: bokbot
#TAX STATUS
#Your site will display an appropriate message below the Donate section
#If your organization is fiscally sponsored, enter true below and add your sponsor's name. Otherwise enter false.
fiscal_sponsor: false
fiscal_sponsor_name:
#If your organization is currently registered as a 501(c)3 organization, enter true below. Otherwise enter false. Enter false if you have a fiscal sponsor.
501c3: false
#ONLINE DONATIONS & EMAIL SIGNUPS
#To use these services, enter the required usernames. For further instructions, consult the README file.
#If you do not wish to use a service, simply remove everything after the colon (:), leaving the item blank
donorbox_campaign_name: free-template-demo
tinyletter_username: bokbot
#SEARCH ENGINES
#Changing this next setting to 'true' will allow your site to be indexed by search engines (like Google)
publish: true
#THEME
#Select one of the five color schemes (default, one, two, three, or four)
mytheme: seven
# *** DO NOT CHANGE ANYTHING BELOW THIS LINE ***
# Unless you know what you're doing, no need to change anything below
# Build settings
baseurl: "" # the subpath of your site, e.g. /blog/
markdown: kramdown
kramdown:
input: GFM
sass:
sass_dir: assets/_sass
style: compressed
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "posts" # previously `post` in Jekyll 2.2.
values:
layout: "post"
disqus: true
category: blog
tags:
- blog
#Features under development
#These are not yet fully supported, but should give you a head start if you know what you're doing
paypal_button_id: #Not yet available
smartergiving_id: #Not yet available
#mailchimp_embed_code: > # Enter Mailchimp post url on next line.
# //getkyn.us5.list-manage.com/subscribe/post?u=1407d7ee4cd0d47986cd54315&id=cdc32b64fe
#mailchimp_spam_guard: b_753395b9f963c9ea2d6980b7c_9e1559c2f0
permalink: pretty
prose:
rooturl: '_posts'
siteurl: 'http://joshuacox.github.io/'
relativeLinks: 'http://joshuacox.github.io/links.jsonp'
media: 'media'
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "title"
field:
element: "text"
label: "Title"
value: ""
- name: "photo_url"
field:
element: "text"
label: "450x450 Picture Thumb for index"
value: ""
- name: "disqus"
field:
element: "checkbox"
label: "Disqus Comments"
value: true
- name: "fbcomments"
field:
element: "checkbox"
label: "Facebook Comments"
value: false
- name: "published"
field:
element: "checkbox"
label: "Published"
value: false
- name: "category"
field:
element: "select"
label: "Select Category"
placeholder: "Choose Category"
options:
- name: "Docker"
value: "docker"
- name: "Linux"
value: "linux"
- name: "Jekyll"
value: "jekyll"
- name: "CLI"
value: "cli"
- name: "Blog Post"
value: "blog"
- name: "tags"
field:
element: "multiselect"
label: "Add Tags"
placeholder: "Choose Tags"
alterable: true
options:
- name: "Docker"
value: "docker"
- name: "Linux"
value: "linux"
- name: "Jekyll"
value: "jekyll"
- name: "CLI"
value: "cli"
- name: "Humor"
value: "humor"
- name: "Ruby"
value: "ruby"
- name: "Javascript"
value: "javascript"
- name: "Python"
value: "python"
_posts/static:
- name: "layout"
field:
element: "hidden"
value: "page"
- name: "title"
field:
element: "text"
label: "Title"
value: ""
- name: "permalink"
field:
element: "text"
label: "Permalink"
value: ""