creek-jekyll-theme 0.1.1 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{LICENSE.txt → LICENSE} +0 -0
- data/_config.yml +334 -0
- data/_pages/404.html +26 -0
- data/favicon.ico +0 -0
- data/robots.txt +1 -0
- data/sitemap.xml +19 -0
- metadata +35 -5
- data/README.md +0 -81
- data/_data/README.md +0 -3
- data/_data/navigation.yml +0 -68
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
ADDED
@@ -0,0 +1,334 @@
|
|
1
|
+
# Welcome to Jekyll!
|
2
|
+
#
|
3
|
+
# This config file is meant for settings that affect your entire site, values
|
4
|
+
# which you are expected to set up once and rarely need to edit after that.
|
5
|
+
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
6
|
+
# `jekyll serve`. If you change this file, please restart the server process.
|
7
|
+
|
8
|
+
# Note: the _config.yml and _data/ files in the theme are not picked up by repos using the theme.
|
9
|
+
# Requires: https://github.com/github/pages-gem/pull/855
|
10
|
+
|
11
|
+
# remote_theme : "creek-service/creek-service.github.io"
|
12
|
+
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
|
13
|
+
|
14
|
+
# Site Settings
|
15
|
+
locale : "en-US"
|
16
|
+
title : "Creek Service"
|
17
|
+
title_separator : "-"
|
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
|
+
# baseurl : # the subpath of your site, e.g. "/blog"
|
22
|
+
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
|
23
|
+
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
|
24
|
+
logo : "/assets/images/creek-logo.png" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
|
25
|
+
masthead_title : "Write business logic" # overrides the website title displayed in the masthead, use " " for no title
|
26
|
+
subtitle : "Not boilerplate" # custom site tagline that appears below site title in masthead
|
27
|
+
breadcrumbs : false # true, false (default)
|
28
|
+
words_per_minute : 200
|
29
|
+
comments:
|
30
|
+
provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
|
31
|
+
disqus:
|
32
|
+
shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
|
33
|
+
discourse:
|
34
|
+
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
|
35
|
+
facebook:
|
36
|
+
# https://developers.facebook.com/docs/plugins/comments
|
37
|
+
appid :
|
38
|
+
num_posts : # 5 (default)
|
39
|
+
colorscheme : # "light" (default), "dark"
|
40
|
+
utterances:
|
41
|
+
theme : # "github-light" (default), "github-dark"
|
42
|
+
issue_term : # "pathname" (default)
|
43
|
+
giscus:
|
44
|
+
repo_id : # Shown during giscus setup at https://giscus.app
|
45
|
+
category_name : # Full text name of the category
|
46
|
+
category_id : # Shown during giscus setup at https://giscus.app
|
47
|
+
discussion_term : # "pathname" (default), "url", "title", "og:title"
|
48
|
+
reactions_enabled : # '1' for enabled (default), '0' for disabled
|
49
|
+
theme : # "light" (default), "dark", "dark_dimmed", "transparent_dark", "preferred_color_scheme"
|
50
|
+
staticman:
|
51
|
+
branch : # "master"
|
52
|
+
endpoint : # "https://{your Staticman v3 API}/v3/entry/github/"
|
53
|
+
reCaptcha:
|
54
|
+
siteKey :
|
55
|
+
secret :
|
56
|
+
atom_feed:
|
57
|
+
path : # blank (default) uses feed.xml
|
58
|
+
hide : # true, false (default)
|
59
|
+
search : # true, false (default)
|
60
|
+
search_full_content : # true, false (default)
|
61
|
+
search_provider : # lunr (default), algolia, google
|
62
|
+
lunr:
|
63
|
+
search_within_pages : # true, false (default)
|
64
|
+
algolia:
|
65
|
+
application_id : # YOUR_APPLICATION_ID
|
66
|
+
index_name : # YOUR_INDEX_NAME
|
67
|
+
search_only_api_key : # YOUR_SEARCH_ONLY_API_KEY
|
68
|
+
powered_by : # true (default), false
|
69
|
+
google:
|
70
|
+
search_engine_id : # YOUR_SEARCH_ENGINE_ID
|
71
|
+
instant_search : # false (default), true
|
72
|
+
# SEO Related
|
73
|
+
google_site_verification :
|
74
|
+
bing_site_verification :
|
75
|
+
naver_site_verification :
|
76
|
+
yandex_site_verification :
|
77
|
+
baidu_site_verification :
|
78
|
+
|
79
|
+
# Social Sharing
|
80
|
+
twitter:
|
81
|
+
username :
|
82
|
+
facebook:
|
83
|
+
username :
|
84
|
+
app_id :
|
85
|
+
publisher :
|
86
|
+
og_image : "/assets/images/creek-logo.png" # Open Graph/Twitter default site image
|
87
|
+
# For specifying social profiles
|
88
|
+
# - https://developers.google.com/structured-data/customize/social-profiles
|
89
|
+
social:
|
90
|
+
type : # Person or Organization (defaults to Person)
|
91
|
+
name : # If the user or organization name differs from the site's name
|
92
|
+
links: # An array of links to social media profiles
|
93
|
+
|
94
|
+
# Analytics
|
95
|
+
analytics:
|
96
|
+
provider : "google" # false (default), "google", "google-universal", "google-gtag", "custom"
|
97
|
+
google:
|
98
|
+
tracking_id : "G-CZC5Z8YNH8"
|
99
|
+
anonymize_ip : true # true, false (default)
|
100
|
+
|
101
|
+
|
102
|
+
# Site Author
|
103
|
+
author:
|
104
|
+
name : "Andy Coates"
|
105
|
+
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
|
106
|
+
bio : "Software engineer with a passion for building working, scalable, systems"
|
107
|
+
location : "UK"
|
108
|
+
email :
|
109
|
+
links:
|
110
|
+
- label: "Creek Service"
|
111
|
+
icon: "fas fa-fw fa-link"
|
112
|
+
url: "https://www.creekservice.org"
|
113
|
+
- label: "GitHub"
|
114
|
+
icon: "fab fa-fw fa-github"
|
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"
|
119
|
+
|
120
|
+
# Site Footer
|
121
|
+
footer:
|
122
|
+
links:
|
123
|
+
- label: "Twitter"
|
124
|
+
icon: "fab fa-fw fa-twitter-square"
|
125
|
+
# url:
|
126
|
+
- label: "Facebook"
|
127
|
+
icon: "fab fa-fw fa-facebook-square"
|
128
|
+
# url:
|
129
|
+
- label: "GitHub"
|
130
|
+
icon: "fab fa-fw fa-github"
|
131
|
+
url: "https://github.com/creek-service"
|
132
|
+
- label: "GitLab"
|
133
|
+
icon: "fab fa-fw fa-gitlab"
|
134
|
+
# url:
|
135
|
+
- label: "Bitbucket"
|
136
|
+
icon: "fab fa-fw fa-bitbucket"
|
137
|
+
# url:
|
138
|
+
- label: "Instagram"
|
139
|
+
icon: "fab fa-fw fa-instagram"
|
140
|
+
# url:
|
141
|
+
|
142
|
+
|
143
|
+
# Reading Files
|
144
|
+
include:
|
145
|
+
- .htaccess
|
146
|
+
- _pages
|
147
|
+
exclude:
|
148
|
+
- "*.sublime-project"
|
149
|
+
- "*.sublime-workspace"
|
150
|
+
- vendor
|
151
|
+
- .asset-cache
|
152
|
+
- .bundle
|
153
|
+
- .jekyll-assets-cache
|
154
|
+
- .sass-cache
|
155
|
+
- assets/js/plugins
|
156
|
+
- assets/js/_main.js
|
157
|
+
- assets/js/vendor
|
158
|
+
- Capfile
|
159
|
+
- CHANGELOG
|
160
|
+
- config
|
161
|
+
- Gemfile
|
162
|
+
- Gruntfile.js
|
163
|
+
- gulpfile.js
|
164
|
+
- LICENSE
|
165
|
+
- log
|
166
|
+
- node_modules
|
167
|
+
- package.json
|
168
|
+
- package-lock.json
|
169
|
+
- Rakefile
|
170
|
+
- README
|
171
|
+
- tmp
|
172
|
+
- /docs
|
173
|
+
keep_files:
|
174
|
+
- .git
|
175
|
+
- .svn
|
176
|
+
encoding: "UTF-8"
|
177
|
+
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
|
178
|
+
|
179
|
+
|
180
|
+
# Conversion
|
181
|
+
markdown: kramdown
|
182
|
+
highlighter: rouge
|
183
|
+
lsi: false
|
184
|
+
excerpt_separator: "\n\n"
|
185
|
+
incremental: false
|
186
|
+
|
187
|
+
|
188
|
+
# Markdown Processing
|
189
|
+
kramdown:
|
190
|
+
input: GFM
|
191
|
+
hard_wrap: false
|
192
|
+
auto_ids: true
|
193
|
+
footnote_nr: 1
|
194
|
+
entity_output: as_char
|
195
|
+
toc_levels: 1..6
|
196
|
+
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
197
|
+
enable_coderay: false
|
198
|
+
|
199
|
+
|
200
|
+
# Collections
|
201
|
+
collections:
|
202
|
+
demos:
|
203
|
+
output: true
|
204
|
+
permalink: /:collection/:path/
|
205
|
+
|
206
|
+
# Defaults
|
207
|
+
defaults:
|
208
|
+
# _posts
|
209
|
+
- scope:
|
210
|
+
path: ""
|
211
|
+
type: posts
|
212
|
+
values:
|
213
|
+
layout: single
|
214
|
+
author_profile: true
|
215
|
+
read_time: true
|
216
|
+
comments: false # true
|
217
|
+
share: true
|
218
|
+
related: false # true
|
219
|
+
# _pages
|
220
|
+
- scope:
|
221
|
+
path: "_pages"
|
222
|
+
type: pages
|
223
|
+
values:
|
224
|
+
layout: single
|
225
|
+
author_profile: false
|
226
|
+
toc: true
|
227
|
+
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
|
+
|
269
|
+
# Sass/SCSS
|
270
|
+
sass:
|
271
|
+
sass_dir: _sass
|
272
|
+
style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
|
273
|
+
|
274
|
+
|
275
|
+
# Outputting
|
276
|
+
permalink: /:categories/:title/
|
277
|
+
paginate: 5 # amount of posts to show
|
278
|
+
paginate_path: /page:num/
|
279
|
+
timezone: "Europe/London" # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
280
|
+
|
281
|
+
|
282
|
+
# Plugins (previously gems:)
|
283
|
+
plugins:
|
284
|
+
- jekyll-paginate
|
285
|
+
- jekyll-sitemap
|
286
|
+
- jekyll-gist
|
287
|
+
- jekyll-feed
|
288
|
+
- jekyll-include-cache
|
289
|
+
|
290
|
+
# mimic GitHub Pages with --safe
|
291
|
+
whitelist:
|
292
|
+
- jekyll-paginate
|
293
|
+
- jekyll-sitemap
|
294
|
+
- jekyll-gist
|
295
|
+
- jekyll-feed
|
296
|
+
- jekyll-include-cache
|
297
|
+
|
298
|
+
|
299
|
+
# Archives
|
300
|
+
# Type
|
301
|
+
# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
|
302
|
+
# - Jekyll Archives plugin archive pages ~> type: jekyll-archives
|
303
|
+
# Path (examples)
|
304
|
+
# - Archive page should exist at path when using Liquid method or you can
|
305
|
+
# expect broken links (especially with breadcrumbs enabled)
|
306
|
+
# - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
|
307
|
+
# - <base_path>/categories/my-awesome-category/index.html ~> path: /categories/
|
308
|
+
# - <base_path>/my-awesome-category/index.html ~> path: /
|
309
|
+
category_archive:
|
310
|
+
type: liquid
|
311
|
+
path: /categories/
|
312
|
+
tag_archive:
|
313
|
+
type: liquid
|
314
|
+
path: /tags/
|
315
|
+
# https://github.com/jekyll/jekyll-archives
|
316
|
+
# jekyll-archives:
|
317
|
+
# enabled:
|
318
|
+
# - categories
|
319
|
+
# - tags
|
320
|
+
# layouts:
|
321
|
+
# category: archive-taxonomy
|
322
|
+
# tag: archive-taxonomy
|
323
|
+
# permalinks:
|
324
|
+
# category: /categories/:name/
|
325
|
+
# tag: /tags/:name/
|
326
|
+
|
327
|
+
|
328
|
+
# HTML Compression
|
329
|
+
# - https://jch.penibelst.de/
|
330
|
+
compress_html:
|
331
|
+
clippings: all
|
332
|
+
ignore:
|
333
|
+
envs: development
|
334
|
+
|
data/_pages/404.html
ADDED
@@ -0,0 +1,26 @@
|
|
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
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
|
@@ -100,6 +100,34 @@ dependencies:
|
|
100
100
|
- - "~>"
|
101
101
|
- !ruby/object:Gem::Version
|
102
102
|
version: '0.1'
|
103
|
+
- !ruby/object:Gem::Dependency
|
104
|
+
name: jekyll-algolia
|
105
|
+
requirement: !ruby/object:Gem::Requirement
|
106
|
+
requirements:
|
107
|
+
- - "~>"
|
108
|
+
- !ruby/object:Gem::Version
|
109
|
+
version: '1.7'
|
110
|
+
type: :runtime
|
111
|
+
prerelease: false
|
112
|
+
version_requirements: !ruby/object:Gem::Requirement
|
113
|
+
requirements:
|
114
|
+
- - "~>"
|
115
|
+
- !ruby/object:Gem::Version
|
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
|
103
131
|
- !ruby/object:Gem::Dependency
|
104
132
|
name: bundler
|
105
133
|
requirement: !ruby/object:Gem::Requirement
|
@@ -135,10 +163,8 @@ executables: []
|
|
135
163
|
extensions: []
|
136
164
|
extra_rdoc_files: []
|
137
165
|
files:
|
138
|
-
- LICENSE
|
139
|
-
-
|
140
|
-
- _data/README.md
|
141
|
-
- _data/navigation.yml
|
166
|
+
- LICENSE
|
167
|
+
- _config.yml
|
142
168
|
- _data/navigation/docs.yml
|
143
169
|
- _data/navigation/main.yml
|
144
170
|
- _data/ui-text.yml
|
@@ -212,6 +238,7 @@ files:
|
|
212
238
|
- _layouts/splash.html
|
213
239
|
- _layouts/tag.html
|
214
240
|
- _layouts/tags.html
|
241
|
+
- _pages/404.html
|
215
242
|
- _sass/minimal-mistakes.scss
|
216
243
|
- _sass/minimal-mistakes/_animations.scss
|
217
244
|
- _sass/minimal-mistakes/_archive.scss
|
@@ -309,6 +336,9 @@ files:
|
|
309
336
|
- assets/js/plugins/jquery.magnific-popup.js
|
310
337
|
- assets/js/plugins/smooth-scroll.js
|
311
338
|
- assets/js/vendor/jquery/jquery-3.6.0.js
|
339
|
+
- favicon.ico
|
340
|
+
- robots.txt
|
341
|
+
- sitemap.xml
|
312
342
|
homepage: https://github.com/creek-service/creek-jekyll-theme
|
313
343
|
licenses:
|
314
344
|
- MIT
|
data/README.md
DELETED
@@ -1,81 +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. Update version number in the [gemspec](creek-jekyll-theme.gemspec).
|
62
|
-
2. Commit & push
|
63
|
-
```shell
|
64
|
-
git add -A
|
65
|
-
git commit -m "Bump release version"
|
66
|
-
git push
|
67
|
-
```
|
68
|
-
3. Build the gem:
|
69
|
-
```shell
|
70
|
-
gem build creek-jekyll-theme.gemspec
|
71
|
-
```
|
72
|
-
4. Release the gem:
|
73
|
-
```shell
|
74
|
-
gem push creek-jekyll-theme-*.gem
|
75
|
-
```
|
76
|
-
|
77
|
-
### Dropping a release
|
78
|
-
|
79
|
-
```shell
|
80
|
-
gem yank creek-jekyll-theme -v VERSION_TO_DROP
|
81
|
-
```
|
data/_data/README.md
DELETED
data/_data/navigation.yml
DELETED
@@ -1,68 +0,0 @@
|
|
1
|
-
# main links
|
2
|
-
main:
|
3
|
-
- title: "Quick-Start Guide"
|
4
|
-
url: /docs/quick-start-guide/
|
5
|
-
- title: "About"
|
6
|
-
url: /about/
|
7
|
-
- title: "Sample Collections"
|
8
|
-
url: /collection-archive/
|
9
|
-
- title: "Terms & Privacy Policy"
|
10
|
-
url: /terms/
|
11
|
-
|
12
|
-
|
13
|
-
# documentation links
|
14
|
-
docs:
|
15
|
-
- title: Getting Started
|
16
|
-
children:
|
17
|
-
- title: "Quick-Start Guide"
|
18
|
-
url: /docs/quick-start-guide/
|
19
|
-
- title: "Structure"
|
20
|
-
url: /docs/structure/
|
21
|
-
- title: "Installation"
|
22
|
-
url: /docs/installation/
|
23
|
-
- title: "Upgrading"
|
24
|
-
url: /docs/upgrading/
|
25
|
-
- title: Customization
|
26
|
-
children:
|
27
|
-
- title: "Configuration"
|
28
|
-
url: /docs/configuration/
|
29
|
-
- title: "Overriding Theme Defaults"
|
30
|
-
url: /docs/overriding-theme-defaults/
|
31
|
-
- title: "Navigation"
|
32
|
-
url: /docs/navigation/
|
33
|
-
- title: "UI Text"
|
34
|
-
url: /docs/ui-text/
|
35
|
-
- title: "Authors"
|
36
|
-
url: /docs/authors/
|
37
|
-
- title: "Layouts"
|
38
|
-
url: /docs/layouts/
|
39
|
-
- title: Content
|
40
|
-
children:
|
41
|
-
- title: "Working with Posts"
|
42
|
-
url: /docs/posts/
|
43
|
-
- title: "Working with Pages"
|
44
|
-
url: /docs/pages/
|
45
|
-
- title: "Working with Collections"
|
46
|
-
url: /docs/collections/
|
47
|
-
- title: "Helpers"
|
48
|
-
url: /docs/helpers/
|
49
|
-
- title: "Utility Classes"
|
50
|
-
url: /docs/utility-classes/
|
51
|
-
- title: Extras
|
52
|
-
children:
|
53
|
-
- title: "Stylesheets"
|
54
|
-
url: /docs/stylesheets/
|
55
|
-
- title: "JavaScript"
|
56
|
-
url: /docs/javascript/
|
57
|
-
- title: Meta
|
58
|
-
children:
|
59
|
-
- title: "History"
|
60
|
-
url: /docs/history/
|
61
|
-
- title: "Contributing"
|
62
|
-
url: /docs/contributing/
|
63
|
-
- title: "Old 2.2 Docs"
|
64
|
-
url: /docs/docs-2-2/
|
65
|
-
- title: "License"
|
66
|
-
url: /docs/license/
|
67
|
-
- title: "Terms & Privacy Policy"
|
68
|
-
url: /terms/
|