creek-jekyll-theme 0.2.2 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36f694d60d5328f6dbd145d37eec4f0e8373c54708b3ca82250938c121bb7974
4
- data.tar.gz: ba541c5a38c428b6aaf1060c7f97821a8332c9fa322341511f0daf4a1610c8d9
3
+ metadata.gz: c9e90224f19ab28c354001170e68548b486253deed5828807c98f1f6a6b93cba
4
+ data.tar.gz: 06646db1ec85b9af4a31898553b0ff2131ed471dff6c3f19f3b3a9d797c83d0b
5
5
  SHA512:
6
- metadata.gz: 6b3b7920c1c259b70f3afd98945427ad6ba21fe29b32db90300039700a3fff394f2f0aff9efa5d8fc968e29e02ef9b160c33b7c50b754b4f3a3ac904cb3ae86e
7
- data.tar.gz: bb15e6c3ebbefd6aa0c4a68feaf28bac512c2c1cb2372eda87d88ac403b871d12fe2e96cea38583038242bd73dc43a2c3d9febc1e0a312e86d27adb602db1e18
6
+ metadata.gz: fbd8e50f099e92c4acbd0c1df03813e6564cffd15ef464cb91a99598bc9449dbc14f93876e60788030e450503ae2bc396692cd5a3ce3826eece33350a0e28cf8
7
+ data.tar.gz: f369520a954f90d6fe4c3ef8e55192f7c7282b28a05925a9242c3ddf351f92b48d9e33659033a18206caf918dcf3cb655d39eadf656b2adb8067d27b2335b354
@@ -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,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.2
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Creek Service - Big Andy Coates
@@ -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