classic-jekyll-theme 2.0.0 → 2.1.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/README.md +3 -8
- data/_includes/menubar.html +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bbc73e8e8784e287995d2de6e6bf5200551e73ee
|
|
4
|
+
data.tar.gz: bd4eacee640451134d271f8ad8bcd01e09dcbfd6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89640dfccdb037ce297b73c9e7d8b57148a7a7d1c8eb7151b87044d466f55b113a33c8b0ae547e65f40b98de2b553ffb10587ac78c1d1b6d7b3ed1340721fdf5
|
|
7
|
+
data.tar.gz: 2b3ebc0df1dc73917e019fc18d68e05beef3aaa650d9d6f4ae5697ae8f8e28d6f2db314c7e49b641161989af1d5c021b7c66d98f764e885bea2b474ac1c71d01
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Classic-Jekyll-Theme v2.
|
|
1
|
+
# Classic-Jekyll-Theme v2.1.0
|
|
2
2
|
|
|
3
3
|
Welcome to Classic-Jekyll-Theme. This theme centers around one of the most used website structures on the web. A banner, navigation menu (dropdown), (up to) three columns and a footer. The design is fully responsive for three different screen widths: widest, medium and narrow. It is probably best shown in an example:
|
|
4
4
|
|
|
@@ -81,16 +81,11 @@ Please see [http://balancingrock.github.io/classic-jekyll-theme](http://balancin
|
|
|
81
81
|
## History
|
|
82
82
|
|
|
83
83
|
Release 2.0.0 (2017-12-19)
|
|
84
|
-
|
|
85
|
-
## Upgrade information
|
|
86
|
-
|
|
87
|
-
### from 1.9.4 to 2.0.0
|
|
88
|
-
|
|
89
|
-
Complete overhaul of code base, but YAML frontmatter compatible with previous release (1.9.4)
|
|
84
|
+
[Release 2.1.0 (2018-01-22)](http://balancingrock.github.io/classic-jekyll-theme/classic/2017/12/22/bugfix-2-1.html)
|
|
90
85
|
|
|
91
86
|
## Suport & Feedback
|
|
92
87
|
|
|
93
|
-
Comments, bug reports, feature requests and improvements are eagerly anticipated via email: rien@balancingrock.nl or via [github](
|
|
88
|
+
Comments, bug reports, feature requests and improvements are eagerly anticipated via email: rien@balancingrock.nl or via [github](http://balancingrock.github.io/classic-jekyll-theme).
|
|
94
89
|
|
|
95
90
|
## License
|
|
96
91
|
|
data/_includes/menubar.html
CHANGED
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
|
|
47
47
|
-->{%- endcomment -%}
|
|
48
48
|
|
|
49
|
-
{%- assign titlePages =
|
|
49
|
+
{%- assign titlePages = sortedPages | where:'menuTopTitle', topTitle -%}
|
|
50
50
|
|
|
51
51
|
{%- assign subMenuTitles = "" | split: "" -%}
|
|
52
52
|
{%- assign subMenuIndexes = "" | split: "" -%}
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
{%- comment -%}<!-- Find page to link to -->{%- endcomment -%}
|
|
156
156
|
|
|
157
157
|
{%- assign pageFound = false -%}
|
|
158
|
-
{%- for ape in
|
|
158
|
+
{%- for ape in sortedPages -%}
|
|
159
159
|
{%- if ape.menuTopTitle == topTitle and ape.menuSubTitle == nil and ape.menuSubs == nil -%}
|
|
160
160
|
{%- if ape.menuLink == false %}
|
|
161
161
|
<p class="paddingAsLink">{{ topTitle }}</p>
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
{%- endif -%}
|
|
168
168
|
{%- endfor -%}
|
|
169
169
|
{%- if pageFound == false -%}
|
|
170
|
-
{%- for ape in
|
|
170
|
+
{%- for ape in sortedPages -%}
|
|
171
171
|
{%- if ape.menuTopTitle == topTitle and ape.menuTopIndex -%}
|
|
172
172
|
{%- if ape.menuLink == false %}
|
|
173
173
|
<p class="paddingAsLink">{{ topTitle }}</p>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: classic-jekyll-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rien
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-01-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|