creek-jekyll-theme 0.2.2 → 0.5.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: 36f694d60d5328f6dbd145d37eec4f0e8373c54708b3ca82250938c121bb7974
4
- data.tar.gz: ba541c5a38c428b6aaf1060c7f97821a8332c9fa322341511f0daf4a1610c8d9
3
+ metadata.gz: 07d0bcff0f05c78dbb58118d9105cb771e0c56bdc253fe3ef088e40128acc3b8
4
+ data.tar.gz: 5bf3ce13e64afd07c3aecebaf633a5c05402931f12f6faf2b1d4269c098731fd
5
5
  SHA512:
6
- metadata.gz: 6b3b7920c1c259b70f3afd98945427ad6ba21fe29b32db90300039700a3fff394f2f0aff9efa5d8fc968e29e02ef9b160c33b7c50b754b4f3a3ac904cb3ae86e
7
- data.tar.gz: bb15e6c3ebbefd6aa0c4a68feaf28bac512c2c1cb2372eda87d88ac403b871d12fe2e96cea38583038242bd73dc43a2c3d9febc1e0a312e86d27adb602db1e18
6
+ metadata.gz: 79a34111bec3719018a5425e1acd104ee77055041fc036922204868b61a38b4206725ec8f33da9041e7d782474be4580e0de9e811296dd91184679528f413188
7
+ data.tar.gz: 64d6b47927e74c47f9e52516e686d6f92cdffcf0f674e74407605e7f641a60590a533322a4be1e7de0aaa962c482b88edaa614138e79422b434cc34b6b5fcd42
data/LICENSE CHANGED
@@ -19,3 +19,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
  THE SOFTWARE.
22
+
23
+ creek-jekyll-theme incorporates [flexible_include](https://github.com/mslinn/jekyll_flexible_include_plugin)
24
+ creator Mike Slinn.
25
+ flexible_include is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
data/_config.yml CHANGED
@@ -248,7 +248,6 @@ whitelist:
248
248
  - jekyll-feed
249
249
  - jekyll-include-cache
250
250
 
251
-
252
251
  # Archives
253
252
  # Type
254
253
  # - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
@@ -1,12 +1,9 @@
1
- # Main masthead nav menu
1
+ # Main masthead nav menu, shared across sites.
2
2
  - title: "Quick-Start Guide"
3
3
  url: /docs/quick-start-guide/
4
4
  - title: "About"
5
5
  url: /about/
6
- # todo
7
- #- title: "Sample Posts"
8
- # url: /year-archive/
9
- #- title: "Sample Collections"
10
- # url: /collection-archive/
11
- #- title: "Terms & Privacy Policy"
12
- # url: /terms/
6
+ - title: "Demos"
7
+ url: /demos/
8
+ - title: "Terms & Privacy Policy"
9
+ url: /terms/
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: creek-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Creek Service - Big Andy Coates
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-14 00:00:00.000000000 Z
11
+ date: 2022-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -163,10 +163,8 @@ executables: []
163
163
  extensions: []
164
164
  extra_rdoc_files: []
165
165
  files:
166
- - 404.md
167
166
  - LICENSE
168
167
  - _config.yml
169
- - _data/navigation/docs.yml
170
168
  - _data/navigation/main.yml
171
169
  - _data/ui-text.yml
172
170
  - _includes/analytics-providers/custom.html
data/404.md DELETED
@@ -1,10 +0,0 @@
1
- ---
2
- title: "Page Not Found"
3
- excerpt: "Page not found. Your pixels are in another canvas."
4
- sitemap: false
5
- permalink: /404.html
6
- layout: single
7
- author_profile: false
8
- ---
9
-
10
- Sorry, but the page you were trying to view does not exist.
@@ -1,56 +0,0 @@
1
- # documentation links
2
- - title: Getting Started
3
- children:
4
- - title: "Quick-Start Guide"
5
- url: /docs/quick-start-guide/
6
- # - title: "Structure"
7
- # url: /docs/structure/
8
- # - title: "Installation"
9
- # url: /docs/installation/
10
- # - title: "Upgrading"
11
- # url: /docs/upgrading/
12
- #- title: Customization
13
- # children:
14
- # - title: "Configuration"
15
- # url: /docs/configuration/
16
- # - title: "Overriding Theme Defaults"
17
- # url: /docs/overriding-theme-defaults/
18
- # - title: "Navigation"
19
- # url: /docs/navigation/
20
- # - title: "UI Text"
21
- # url: /docs/ui-text/
22
- # - title: "Authors"
23
- # url: /docs/authors/
24
- # - title: "Layouts"
25
- # url: /docs/layouts/
26
- #- title: Content
27
- # children:
28
- # - title: "Working with Posts"
29
- # url: /docs/posts/
30
- # - title: "Working with Pages"
31
- # url: /docs/pages/
32
- # - title: "Working with Collections"
33
- # url: /docs/collections/
34
- # - title: "Helpers"
35
- # url: /docs/helpers/
36
- # - title: "Utility Classes"
37
- # url: /docs/utility-classes/
38
- #- title: Extras
39
- # children:
40
- # - title: "Stylesheets"
41
- # url: /docs/stylesheets/
42
- # - title: "JavaScript"
43
- # url: /docs/javascript/
44
- - title: Meta
45
- children:
46
- # - title: "History"
47
- # url: /docs/history/
48
- # - title: "Contributing"
49
- # url: /docs/contributing/
50
- # - title: "Old 2.2 Docs"
51
- # url: /docs/docs-2-2/
52
- - title: "License"
53
- url: /docs/license/
54
- # - title: "Terms & Privacy Policy"
55
- # url: /terms/
56
- # todo