creek-jekyll-theme 0.5.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8936d434f6e295ea87d099c1ebf30b207b43606a4de5af737c089fd9bd21937a
4
- data.tar.gz: 06cca6157f98b065e0b96c6a5dab8946ec9daa6dcc6d37ddffc5d5b21a17ef70
3
+ metadata.gz: 7726554d448090fe8c7c1a612e1a49b719b390f71f32984c8edcf30e5bb277f8
4
+ data.tar.gz: 9c4570567b7ae6d705a5ab344e64ade0f692e2bdd2bd3461b77320c3f4a6804f
5
5
  SHA512:
6
- metadata.gz: 456365cbccee83bedd96a746d8a89c00a0f60167a2c219e95e9216b9b46bd8e1e7c1713f3a38cb1d36103db10f92e3f66b84d7a06812621c542fe986a103362e
7
- data.tar.gz: dd350abf9dd09e81689b919533f3cbb2c026d7455e6a62c0cf45d1c3cef2e801bc67807de5ba73b60f84380bdaaceaf0d3686c1db008dbdf40770fe0fea46621
6
+ metadata.gz: b044c5d05f5a11d5706c021dbd726a9dd059dcdf937b21d4e87543faaec749cf4dc6e12f33b89fca33d8cf780bb391546f281680e9ebeca1d9bd22d1b2a6e6f4
7
+ data.tar.gz: cd161bb5fe6d2cfe59016644c285115699ddd09c1c098c0b6004e2d851cffc061f5910eb6ad19130ffac89726339b3b03e019733ec4e15a0374cecad510a42cc
data/_config.yml CHANGED
@@ -102,7 +102,7 @@ analytics:
102
102
  # Site Author
103
103
  author:
104
104
  name : "Andy Coates"
105
- avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
105
+ avatar : "https://avatars.githubusercontent.com/u/8012398?v=4"
106
106
  bio : "Software engineer with a passion for building working, scalable, systems"
107
107
  location : "UK"
108
108
  email :
@@ -206,9 +206,9 @@ defaults:
206
206
  layout: single
207
207
  author_profile: true
208
208
  read_time: true
209
- comments: false # true
209
+ comments: true
210
210
  share: true
211
- related: false # true
211
+ related: true
212
212
  # _pages
213
213
  - scope:
214
214
  path: "_pages"
@@ -235,10 +235,11 @@ timezone: "Europe/London" # https://en.wikipedia.org/wiki/List_of_tz_database_ti
235
235
  # Plugins (previously gems:)
236
236
  plugins:
237
237
  - jekyll-paginate
238
- - jekyll-sitemap
239
238
  - jekyll-gist
240
239
  - jekyll-feed
241
240
  - jekyll-include-cache
241
+ # Last to ensure all generated content is in the site map
242
+ - jekyll-sitemap
242
243
 
243
244
  # mimic GitHub Pages with --safe
244
245
  whitelist:
@@ -1,9 +1,13 @@
1
- # Main masthead nav menu, shared across sites.
1
+ # Main masthead nav menu.
2
+ # Links are absolute as this masthead is shared across sites.
3
+
2
4
  - title: "Quick-Start Guide"
3
- url: /docs/quick-start-guide/
5
+ url: https://www.creekservice.org/docs/quick-start-guide/
4
6
  - title: "Demos"
5
- url: /demos/
7
+ url: https://www.creekservice.org/demos/
8
+ - title: "Posts"
9
+ url: https://www.creekservice.org/posts/
6
10
  - title: "About"
7
- url: /about/
11
+ url: https://www.creekservice.org/about/
8
12
  - title: "Terms & Privacy Policy"
9
- url: /terms/
13
+ url: https://www.creekservice.org/terms/
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.5.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Creek Service - Big Andy Coates