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 +4 -4
- data/_data/navigation/main.yml +5 -8
- metadata +1 -3
- data/404.md +0 -10
- data/_data/navigation/docs.yml +0 -56
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c9e90224f19ab28c354001170e68548b486253deed5828807c98f1f6a6b93cba
|
4
|
+
data.tar.gz: 06646db1ec85b9af4a31898553b0ff2131ed471dff6c3f19f3b3a9d797c83d0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fbd8e50f099e92c4acbd0c1df03813e6564cffd15ef464cb91a99598bc9449dbc14f93876e60788030e450503ae2bc396692cd5a3ce3826eece33350a0e28cf8
|
7
|
+
data.tar.gz: f369520a954f90d6fe4c3ef8e55192f7c7282b28a05925a9242c3ddf351f92b48d9e33659033a18206caf918dcf3cb655d39eadf656b2adb8067d27b2335b354
|
data/_data/navigation/main.yml
CHANGED
@@ -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
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
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.
|
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
data/_data/navigation/docs.yml
DELETED
@@ -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
|