eleven-theme 0.2.5 → 0.2.6
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/README.md +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d5958a4b818fee42282a56dc6abf545fb5de0354ab8063fa23673c49aa36793
|
4
|
+
data.tar.gz: 63060e0eecf9508852aad730e4adc122697abeba2a91b50baa27e65e3d91a840
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f86c3f5f47cdc7d55d83166d13eb24f5a570773efb40fbbe30dae1e20ee4481d3999cc1657459784b304606003e41d733022f6cdba9274666a069e2e4627e19b
|
7
|
+
data.tar.gz: 93354a4700cdd6aef2fb3a3eab6de2ba650492166ffce705b7206e39e5458a56e415eea20b48b8218abec4c811014378ad8f1ae739af37c3e78e85f490b24622
|
data/README.md
CHANGED
@@ -35,7 +35,7 @@ Also the github-pages part of the github actions [here](https://github.com/PaulS
|
|
35
35
|
|
36
36
|
## Layouts
|
37
37
|
|
38
|
-
Check
|
38
|
+
Check out the [demo website](https://paulst.github.io/eleven/) to see the different layouts. So far there are layouts for
|
39
39
|
* home - should be used in for the index.md
|
40
40
|
* block - used to show content directly in the home layout in a seperate block
|
41
41
|
* post - used to create posts, which will be listed in the home layout.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eleven-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paul
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-09-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|