creek-jekyll-theme 0.2.0 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/404.md +10 -0
- data/_config.yml +1 -48
- metadata +2 -5
- data/_pages/404.html +0 -26
- data/favicon.ico +0 -0
- data/robots.txt +0 -1
- data/sitemap.xml +0 -19
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36f694d60d5328f6dbd145d37eec4f0e8373c54708b3ca82250938c121bb7974
|
4
|
+
data.tar.gz: ba541c5a38c428b6aaf1060c7f97821a8332c9fa322341511f0daf4a1610c8d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b3b7920c1c259b70f3afd98945427ad6ba21fe29b32db90300039700a3fff394f2f0aff9efa5d8fc968e29e02ef9b160c33b7c50b754b4f3a3ac904cb3ae86e
|
7
|
+
data.tar.gz: bb15e6c3ebbefd6aa0c4a68feaf28bac512c2c1cb2372eda87d88ac403b871d12fe2e96cea38583038242bd73dc43a2c3d9febc1e0a312e86d27adb602db1e18
|
data/404.md
ADDED
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:
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: creek-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Creek Service - Big Andy Coates
|
@@ -163,6 +163,7 @@ executables: []
|
|
163
163
|
extensions: []
|
164
164
|
extra_rdoc_files: []
|
165
165
|
files:
|
166
|
+
- 404.md
|
166
167
|
- LICENSE
|
167
168
|
- _config.yml
|
168
169
|
- _data/navigation/docs.yml
|
@@ -238,7 +239,6 @@ files:
|
|
238
239
|
- _layouts/splash.html
|
239
240
|
- _layouts/tag.html
|
240
241
|
- _layouts/tags.html
|
241
|
-
- _pages/404.html
|
242
242
|
- _sass/minimal-mistakes.scss
|
243
243
|
- _sass/minimal-mistakes/_animations.scss
|
244
244
|
- _sass/minimal-mistakes/_archive.scss
|
@@ -336,9 +336,6 @@ files:
|
|
336
336
|
- assets/js/plugins/jquery.magnific-popup.js
|
337
337
|
- assets/js/plugins/smooth-scroll.js
|
338
338
|
- assets/js/vendor/jquery/jquery-3.6.0.js
|
339
|
-
- favicon.ico
|
340
|
-
- robots.txt
|
341
|
-
- sitemap.xml
|
342
339
|
homepage: https://github.com/creek-service/creek-jekyll-theme
|
343
340
|
licenses:
|
344
341
|
- MIT
|
data/_pages/404.html
DELETED
@@ -1,26 +0,0 @@
|
|
1
|
-
---
|
2
|
-
permalink: /404.html
|
3
|
-
layout: default
|
4
|
-
---
|
5
|
-
|
6
|
-
<style type="text/css" media="screen">
|
7
|
-
.container {
|
8
|
-
margin: 10px auto;
|
9
|
-
max-width: 600px;
|
10
|
-
text-align: center;
|
11
|
-
}
|
12
|
-
h1 {
|
13
|
-
margin: 30px 0;
|
14
|
-
font-size: 4em;
|
15
|
-
line-height: 1;
|
16
|
-
letter-spacing: -1px;
|
17
|
-
}
|
18
|
-
</style>
|
19
|
-
|
20
|
-
<div class="container">
|
21
|
-
<h1>404</h1>
|
22
|
-
|
23
|
-
<p><strong>This is not the page you are looking for...</strong></p>
|
24
|
-
<p>The requested page could not be found.</p>
|
25
|
-
<p>Please check your URL or head to the <a href="https://creek-service.github.io">landing page</a></p>
|
26
|
-
</div>
|
data/favicon.ico
DELETED
Binary file
|
data/robots.txt
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
Sitemap: https://www.creekservice.org/sitemap.xml
|
data/sitemap.xml
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: null
|
3
|
-
---
|
4
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
5
|
-
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
6
|
-
{% assign pages = site.html_pages | where_exp:'doc','doc.url != "/404.html"' %}
|
7
|
-
{% for page in pages %}
|
8
|
-
<url>
|
9
|
-
{% if page.url == '/' %}
|
10
|
-
<loc>{{ page.url | replace:'/index.html','/' | absolute_url | xml_escape }}</loc>
|
11
|
-
{% else %}
|
12
|
-
<loc>{{ page.url | replace:'/index.html','/' | absolute_url | append: '.html' | xml_escape }}</loc>
|
13
|
-
{% endif %}
|
14
|
-
{% if page.last_modified_at %}
|
15
|
-
<lastmod>{{ page.last_modified_at | date_to_xmlschema }}</lastmod>
|
16
|
-
{% endif %}
|
17
|
-
</url>
|
18
|
-
{% endfor %}
|
19
|
-
</urlset>
|