-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
235 lines (210 loc) · 5.06 KB
/
_config.yml
File metadata and controls
235 lines (210 loc) · 5.06 KB
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
# ----
# Site
title: Chicago Public Library Maker Lab
url: "https://cplmakerlab.github.io"
baseurl:
google_analytics_key:
disqus_shortname:
newsletter_action:
# Values for the jekyll-seo-tag gem (https://github.com/jekyll/jekyll-seo-tag)
logo: /assets/images/logo.png
description: Chicago Public Library Maker Lab
author:
name: CPL Maker Lab
email: makerspace@chipublib.org
twitter: cplmakerlab
social:
name: CPL Maker Lab
links:
- http://chipublib.org/maker-lab
# -----
# Build
timezone: Etc/UTC
permalink: /:title
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
# - jekyll-extract-element
# - jekyll-archives
# This plugin is not available for Github Pages :-/
# jekyll-archives:
# enabled: ['categories']
exclude:
- Gemfile
- Gemfile.lock
- README.md
- LICENCE
# Collections are like custom content types.
# - site_pages is a custom collection for organzing pages like home, about, and listing pages. Folder: _site_pages
# - guides is a custom collection. Folder: _guides
# - posts is a default Jekyll collection used for blog posts. Folder: _posts
# - pages is a default Jekyll collection that scans the root directory for any loose or standalone pages, such as 404.html.
# The reason we are using site_pages instead of default pages is for better organization, and to allow for creating new pages within the CloudCannon Admin UI.
collections:
site_pages:
output: true
permalink: /:path
_singular_name: Page
guides:
output: true
permalink: /guide/:path/
_singular_name: Guide
slidedecks:
output: true
permalink: /slidedeck/:path
_singular_name: Slide Deck
_hide_content: true
defaults:
-
scope:
path: ""
values:
layout: "default"
-
scope:
type: "posts"
values:
layout: "blog"
permalink: /blog/:path
comments: false
-
scope:
type: "site_pages"
values:
layout: "page"
-
scope:
type: "guides"
values:
layout: "guide"
- scope:
type: "slidedecks"
values:
layout: "slidedeck"
_options:
content_markdown:
format: p h2 h3 h4
bold: true
italic: true
link: true
image: true
removeformat: true
blockquote: true
numberedlist: true
bulletedlist: true
horizontalrule: true
code: true
table: true
embed: true
# @@DEPRECATED in favor of Categories.
# Topics used to organize guides.
# Each guide in the collection is assigned a single topic from a dropdown list.
# Here we define the option for "topics:" (plural) but in the guide frontmatter we use "topic:" (singular form)
# The reason is because Cloudcannon convention shows a multiselect dropdown for "topics:" but only a single select dropdown for "topic:".
# See: https://docs.cloudcannon.com/editing/interfaces/inputs/#general-inputs/select
# @@TODO find out if this is also a Jekyll/Ruby convention...
# topics:
# - 2D design
# - 3D design
# - 3D printing
# - Coding
# - Digital security
# - Electronic cutter
# - Electronics
# - Craftsupl
# - Lasercutting
# - CNC Milling
# - Sewing
# In front matter, use difficulty: (singular form).
difficulties:
Easy: 1 - Easy
Medium: 2 - Medium
Hard: 3 - Hard
# Slide deck (reveal.js themes)
# For makerlab theme: assets/css/components/slidedeck.css
# The rest of the themes are in: assets/js/revealjs/dist/theme/
slide_themes:
- makerlab
- black
- white
- league
- beige
- sky
- night
- serif
- simple
- solarized
- blood
- moon
# -----------
# CloudCannon
uploads_dir: "uploads/:title"
# In front matter, use background_size: (singular form).
background_sizes:
cover: Fill screen
contain: Fit to screen
# Complex array structures
# See: https://docs.cloudcannon.com/editing/options/input-options/#array-structures
_array_structures:
slides:
- label: Slide
icon: collections
style: modal
value:
title:
content_markdown:
background_color:
background_image:
background_size: cover
# CloudCannon Explore UI Settings
_explore:
groups:
- heading: Blogging
collections:
- posts
- drafts
- heading: Pages
collections:
- site_pages
- heading: How-To & Resource Guides
collections:
- guides
- heading: Slide Decks
collections:
- slidedecks
- heading: Site Settings
collections:
- data
# CloudCannon Content Editor
_options:
content: # Content Editor and block Editable Regions
format: p h2 h3 h4
bold: true
italic: true
link: true
image: true
removeformat: true
blockquote: true
numberedlist: true
bulletedlist: true
horizontalrule: true
code: true
table: true
embed: true
uploads_dir: "uploads/:title"
# CloudCannon Source Editor
_source_editor:
tab_size: 2
# Footer Icons
social_icons:
- Facebook
- Instagram
- LinkedIn
- Pinterest
- Tumblr
- Twitter
- YouTube
- Email
- RSS
- Github