creek-jekyll-theme 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_config.yml +1 -48
- data/_pages/404.html +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3a0886228fe2ace20466eeb00cb0ecd496d5f9ec58c58f44911f8bfdd2a4d1b
|
4
|
+
data.tar.gz: e898fa512dfb869ed00d56ca67c6a7c6a2aae3ae05f5c117ff58ef832c1c446a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a63c88d65848cd71399edb193e9501e204edcd8175b91fd140119148f8fed5f7e00a61338d27291b8850ad1c35fd55a983d42c4151bd7b8299ceca19e7d8162
|
7
|
+
data.tar.gz: 289d105d6c10d3253d7cee943861fcff288cc1ca245781a0ed1361cacb28f8b3ef71d3fdd133d81ab08973625b191ed682177d3e1ebcaa6b8d40b94672237bd6
|
data/_config.yml
CHANGED
@@ -24,7 +24,7 @@ teaser : # path of fallback teaser image, e.g. "/assets/images
|
|
24
24
|
logo : "/assets/images/creek-logo.png" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
|
25
25
|
masthead_title : "Write business logic" # overrides the website title displayed in the masthead, use " " for no title
|
26
26
|
subtitle : "Not boilerplate" # custom site tagline that appears below site title in masthead
|
27
|
-
breadcrumbs
|
27
|
+
breadcrumbs : false # true, false (default)
|
28
28
|
words_per_minute : 200
|
29
29
|
comments:
|
30
30
|
provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
|
@@ -196,13 +196,6 @@ kramdown:
|
|
196
196
|
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
197
197
|
enable_coderay: false
|
198
198
|
|
199
|
-
|
200
|
-
# Collections
|
201
|
-
collections:
|
202
|
-
demos:
|
203
|
-
output: true
|
204
|
-
permalink: /:collection/:path/
|
205
|
-
|
206
199
|
# Defaults
|
207
200
|
defaults:
|
208
201
|
# _posts
|
@@ -225,46 +218,6 @@ defaults:
|
|
225
218
|
author_profile: false
|
226
219
|
toc: true
|
227
220
|
toc_sticky: true
|
228
|
-
# _demos
|
229
|
-
- scope:
|
230
|
-
path: ""
|
231
|
-
type: demos
|
232
|
-
values:
|
233
|
-
layout: single
|
234
|
-
read_time: false
|
235
|
-
author_profile: false
|
236
|
-
share: false
|
237
|
-
comments: false
|
238
|
-
sidebar:
|
239
|
-
nav: "docs"
|
240
|
-
toc: true
|
241
|
-
toc_sticky: true
|
242
|
-
# _recipes
|
243
|
-
- scope:
|
244
|
-
path: ""
|
245
|
-
type: recipes
|
246
|
-
values:
|
247
|
-
layout: single
|
248
|
-
author_profile: true
|
249
|
-
share: true
|
250
|
-
comments: true
|
251
|
-
# _pets
|
252
|
-
- scope:
|
253
|
-
path: ""
|
254
|
-
type: pets
|
255
|
-
values:
|
256
|
-
layout: single
|
257
|
-
author_profile: true
|
258
|
-
share: true
|
259
|
-
comment: true
|
260
|
-
# _portfolio
|
261
|
-
- scope:
|
262
|
-
path: ""
|
263
|
-
type: portfolio
|
264
|
-
values:
|
265
|
-
layout: single
|
266
|
-
author_profile: false
|
267
|
-
share: true
|
268
221
|
|
269
222
|
# Sass/SCSS
|
270
223
|
sass:
|
data/_pages/404.html
CHANGED