creek-jekyll-theme 0.1.2 → 0.2.0
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/{LICENSE.txt → LICENSE} +0 -0
- data/_config.yml +50 -22
- data/favicon.ico +0 -0
- data/robots.txt +1 -0
- data/sitemap.xml +19 -0
- metadata +19 -3
- data/README.md +0 -85
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27f1e86fc1380f54b360d69c7fa202e659aa36b378df1f9cc009a3a7ab004035
|
4
|
+
data.tar.gz: 0bd98679a4a049f2cb4b1739d9d643ee211079434516f2073e00352489f4a4bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 506a736b0652cf1e9229a6ad14acfc44f9064a28b4e8e5d8df1e2378b3e6b94d60ad41ec0fc829b3ce0550b23df1ec3bc6f23720526e133c293c9f9c7a90e90e
|
7
|
+
data.tar.gz: d8c533f02d17f9194ffd2b18f9533f4989ed906e45baa316444b990e7420585e2d0bc6406edb7d1cf5d0da1ba39f4c388a6fe34594c6cf15010001655cf269a0
|
data/{LICENSE.txt → LICENSE}
RENAMED
File without changes
|
data/_config.yml
CHANGED
@@ -15,16 +15,16 @@ minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt"
|
|
15
15
|
locale : "en-US"
|
16
16
|
title : "Creek Service"
|
17
17
|
title_separator : "-"
|
18
|
-
name :
|
19
|
-
description : # Used in SEO
|
20
|
-
url :
|
18
|
+
name : "Creek Service"
|
19
|
+
description : "Quickly build & test an ecosystem of JVM based microservices, using Kafka clients, Kafka Streams and more." # Used in SEO
|
20
|
+
url : "https://www.creekservice.org"
|
21
21
|
# baseurl : # the subpath of your site, e.g. "/blog"
|
22
22
|
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
|
23
23
|
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
|
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
|
-
|
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"
|
@@ -96,7 +96,7 @@ analytics:
|
|
96
96
|
provider : "google" # false (default), "google", "google-universal", "google-gtag", "custom"
|
97
97
|
google:
|
98
98
|
tracking_id : "G-CZC5Z8YNH8"
|
99
|
-
anonymize_ip : # true, false (default)
|
99
|
+
anonymize_ip : true # true, false (default)
|
100
100
|
|
101
101
|
|
102
102
|
# Site Author
|
@@ -107,24 +107,15 @@ author:
|
|
107
107
|
location : "UK"
|
108
108
|
email :
|
109
109
|
links:
|
110
|
-
- label: "
|
111
|
-
icon: "fas fa-fw fa-envelope-square"
|
112
|
-
# url: "mailto:your.name@email.com"
|
113
|
-
- label: "Website"
|
110
|
+
- label: "Creek Service"
|
114
111
|
icon: "fas fa-fw fa-link"
|
115
|
-
|
116
|
-
- label: "Twitter"
|
117
|
-
icon: "fab fa-fw fa-twitter-square"
|
118
|
-
# url: "https://twitter.com/"
|
119
|
-
- label: "Facebook"
|
120
|
-
icon: "fab fa-fw fa-facebook-square"
|
121
|
-
# url: "https://facebook.com/"
|
112
|
+
url: "https://www.creekservice.org"
|
122
113
|
- label: "GitHub"
|
123
114
|
icon: "fab fa-fw fa-github"
|
124
|
-
|
125
|
-
- label: "
|
126
|
-
icon: "fab fa-fw fa-
|
127
|
-
|
115
|
+
url: "https://github.com/big-andy-coates"
|
116
|
+
- label: "linkedin"
|
117
|
+
icon: "fab fa-fw fa-linkedin"
|
118
|
+
url: "https://www.linkedin.com/in/andrew-coates-33874a44"
|
128
119
|
|
129
120
|
# Site Footer
|
130
121
|
footer:
|
@@ -205,6 +196,13 @@ kramdown:
|
|
205
196
|
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
206
197
|
enable_coderay: false
|
207
198
|
|
199
|
+
|
200
|
+
# Collections
|
201
|
+
collections:
|
202
|
+
demos:
|
203
|
+
output: true
|
204
|
+
permalink: /:collection/:path/
|
205
|
+
|
208
206
|
# Defaults
|
209
207
|
defaults:
|
210
208
|
# _posts
|
@@ -225,10 +223,12 @@ defaults:
|
|
225
223
|
values:
|
226
224
|
layout: single
|
227
225
|
author_profile: false
|
228
|
-
|
226
|
+
toc: true
|
227
|
+
toc_sticky: true
|
228
|
+
# _demos
|
229
229
|
- scope:
|
230
230
|
path: ""
|
231
|
-
type:
|
231
|
+
type: demos
|
232
232
|
values:
|
233
233
|
layout: single
|
234
234
|
read_time: false
|
@@ -237,6 +237,34 @@ defaults:
|
|
237
237
|
comments: false
|
238
238
|
sidebar:
|
239
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
|
240
268
|
|
241
269
|
# Sass/SCSS
|
242
270
|
sass:
|
data/favicon.ico
ADDED
Binary file
|
data/robots.txt
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
Sitemap: https://www.creekservice.org/sitemap.xml
|
data/sitemap.xml
ADDED
@@ -0,0 +1,19 @@
|
|
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>
|
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.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Creek Service - Big Andy Coates
|
@@ -114,6 +114,20 @@ dependencies:
|
|
114
114
|
- - "~>"
|
115
115
|
- !ruby/object:Gem::Version
|
116
116
|
version: '1.7'
|
117
|
+
- !ruby/object:Gem::Dependency
|
118
|
+
name: jemoji
|
119
|
+
requirement: !ruby/object:Gem::Requirement
|
120
|
+
requirements:
|
121
|
+
- - "~>"
|
122
|
+
- !ruby/object:Gem::Version
|
123
|
+
version: 0.12.0
|
124
|
+
type: :runtime
|
125
|
+
prerelease: false
|
126
|
+
version_requirements: !ruby/object:Gem::Requirement
|
127
|
+
requirements:
|
128
|
+
- - "~>"
|
129
|
+
- !ruby/object:Gem::Version
|
130
|
+
version: 0.12.0
|
117
131
|
- !ruby/object:Gem::Dependency
|
118
132
|
name: bundler
|
119
133
|
requirement: !ruby/object:Gem::Requirement
|
@@ -149,8 +163,7 @@ executables: []
|
|
149
163
|
extensions: []
|
150
164
|
extra_rdoc_files: []
|
151
165
|
files:
|
152
|
-
- LICENSE
|
153
|
-
- README.md
|
166
|
+
- LICENSE
|
154
167
|
- _config.yml
|
155
168
|
- _data/navigation/docs.yml
|
156
169
|
- _data/navigation/main.yml
|
@@ -323,6 +336,9 @@ files:
|
|
323
336
|
- assets/js/plugins/jquery.magnific-popup.js
|
324
337
|
- assets/js/plugins/smooth-scroll.js
|
325
338
|
- assets/js/vendor/jquery/jquery-3.6.0.js
|
339
|
+
- favicon.ico
|
340
|
+
- robots.txt
|
341
|
+
- sitemap.xml
|
326
342
|
homepage: https://github.com/creek-service/creek-jekyll-theme
|
327
343
|
licenses:
|
328
344
|
- MIT
|
data/README.md
DELETED
@@ -1,85 +0,0 @@
|
|
1
|
-
# creek-jekyll-theme
|
2
|
-
|
3
|
-
The Jekyll theme used by the [Creek site](https://www.creekservice.org).
|
4
|
-
|
5
|
-
## Installation
|
6
|
-
|
7
|
-
Add this line to your Jekyll site's `Gemfile`:
|
8
|
-
|
9
|
-
```ruby
|
10
|
-
gem "creek-jekyll-theme"
|
11
|
-
```
|
12
|
-
|
13
|
-
And add this line to your Jekyll site's `_config.yml`:
|
14
|
-
|
15
|
-
```yaml
|
16
|
-
theme: creek-jekyll-theme
|
17
|
-
```
|
18
|
-
|
19
|
-
And then execute:
|
20
|
-
|
21
|
-
```shell
|
22
|
-
$ bundle
|
23
|
-
```
|
24
|
-
|
25
|
-
Or install it yourself as:
|
26
|
-
|
27
|
-
```shell
|
28
|
-
$ gem install creek-jekyll-theme
|
29
|
-
```
|
30
|
-
## Usage
|
31
|
-
|
32
|
-
The theme is a fork of [minimal-mistakes](https://github.com/mmistakes/minimal-mistakes), with a load of shared
|
33
|
-
defaults, images, data, etc.
|
34
|
-
|
35
|
-
## Contributing
|
36
|
-
|
37
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/creek-service/creek-jekyll-theme.
|
38
|
-
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere
|
39
|
-
to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.
|
40
|
-
|
41
|
-
## Development
|
42
|
-
|
43
|
-
To set up your environment to develop this theme, run `bundle install`.
|
44
|
-
|
45
|
-
Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open
|
46
|
-
your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc.
|
47
|
-
like normal to test your theme's contents. As you make modifications to your theme and to your content,
|
48
|
-
your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
|
49
|
-
|
50
|
-
When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
|
51
|
-
To add a custom directory to your theme-gem, please edit the regexp in `creek-jekyll-theme.gemspec` accordingly.
|
52
|
-
|
53
|
-
## License
|
54
|
-
|
55
|
-
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
56
|
-
|
57
|
-
## Releasing
|
58
|
-
|
59
|
-
Manual process for now. Automation covered by [issue 1](https://github.com/creek-service/creek-jekyll-theme/issues/1)
|
60
|
-
|
61
|
-
1. Delete previous built versions:
|
62
|
-
```shell
|
63
|
-
rm -f creek-jekyll-theme-*.gem
|
64
|
-
```
|
65
|
-
2. Update version number in the [gemspec](creek-jekyll-theme.gemspec).
|
66
|
-
3. Commit & push
|
67
|
-
```shell
|
68
|
-
git add -A
|
69
|
-
git commit -m "Bump release version"
|
70
|
-
git push
|
71
|
-
```
|
72
|
-
4. Build the gem:
|
73
|
-
```shell
|
74
|
-
gem build creek-jekyll-theme.gemspec
|
75
|
-
```
|
76
|
-
5. Release the gem:
|
77
|
-
```shell
|
78
|
-
gem push creek-jekyll-theme-*.gem
|
79
|
-
```
|
80
|
-
|
81
|
-
### Dropping a release
|
82
|
-
|
83
|
-
```shell
|
84
|
-
gem yank creek-jekyll-theme -v VERSION_TO_DROP
|
85
|
-
```
|