classic-jekyll-theme 1.9.0 → 1.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -1
  3. data/navbanner.md +5 -0
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 50c96a1ef3329dd06e283d37c5fd093b648451aa
4
- data.tar.gz: da7dfb274d2c4d6810c65732e566083faca60e30
3
+ metadata.gz: e349d97787e87baf0b215a400ad409efa670ac2f
4
+ data.tar.gz: d082daa61cc7af8e2a02a06336157d8f1820fef8
5
5
  SHA512:
6
- metadata.gz: 876ae805d23ed754fbb3ba5bfdeccb99501c760089ffa1ce992e830f7914212977619119d93ef39bdd636bf1d457004b54cf8388dc30c361eed9d8694a80ee7e
7
- data.tar.gz: af4fc2633d6280da070a007106f7cbba1f881037198365a4bd85a503cfbea169d2413330095834db2babc1e5aa553d088f2a817b2aca1d7b71a0fbbd2706b661
6
+ metadata.gz: 5376facb95de295d71cc5fd5b17a671eb4749a6c6c9cef305f37e0c668eff0893ed6f1c0fc30fd2190c1a09f78d2946e90246b000ff4aceb34b3a1a6cda4b211
7
+ data.tar.gz: 390eb699e81f43f5d820e412180b52e6dea0257b59e3021f25915073a6fe8805fc8c172b1fe1068195bc8eec7cad2bf03e33e83486c350653b08552e8f69504c
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Classic-Jekyll-Theme v1.9.0
1
+ # Classic-Jekyll-Theme v1.9.1
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: wide, medium and narrow. It is probably best shown in an example:
4
4
 
@@ -413,6 +413,10 @@ Release 1.9.0
413
413
  - Bugfix: Fixed the sometimes horizontal scrollbar bug
414
414
  - Feature: Added option to generate a separately loaded navbanner file.
415
415
 
416
+ Release 1.9.1
417
+
418
+ - Bugfix: Added navbanner.md to the gemspec (file was missing)
419
+
416
420
  ## Upgrade information
417
421
 
418
422
  ### from 0.2.6 to 1.0.0
@@ -633,6 +637,10 @@ The index for a menu item. If not present, the menu ordering is undetermined. If
633
637
 
634
638
  - To use the separate navbanner file, copy the "navbanner.md" file from the theme folder to the project folder (at the same relative level)
635
639
 
640
+ ### from 1.9.0 to 1.9.1
641
+
642
+ No changes needed.
643
+
636
644
  ## Feedback
637
645
 
638
646
  Comments, bug reports, feature requests and improvements are eagerly anticipated via email: rien@balancingrock.nl.
data/navbanner.md ADDED
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: navbanner-layout
3
+ ---
4
+ This file triggers the generation of the title/navigation bar HTML file.
5
+ It does not need any other content.
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: 1.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rien
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-20 00:00:00.000000000 Z
11
+ date: 2017-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll-feed
@@ -136,6 +136,7 @@ files:
136
136
  - _sass/classic/_widget-support.scss
137
137
  - assets/js/cookieconsent.min.js
138
138
  - assets/main.scss
139
+ - navbanner.md
139
140
  - pages/about/about.md
140
141
  - pages/categories/classic.md
141
142
  - pages/categories/example.md