creek-jekyll-theme 0.2.2 → 0.5.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/LICENSE +4 -0
- data/_config.yml +0 -1
- data/_data/navigation/main.yml +5 -8
- metadata +2 -4
- 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: 07d0bcff0f05c78dbb58118d9105cb771e0c56bdc253fe3ef088e40128acc3b8
|
|
4
|
+
data.tar.gz: 5bf3ce13e64afd07c3aecebaf633a5c05402931f12f6faf2b1d4269c098731fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
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,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.
|
|
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-
|
|
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
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
|