classic-jekyll-theme 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8ebbc93a2ba0047c2c6f902c37e8b56636dd3d0f
4
- data.tar.gz: 5ff28fe17feb5a6d65456b9f67c539c6cfd31e3b
3
+ metadata.gz: 8fc15b1ba5e37d61cab92b5c30dfc75e5205e362
4
+ data.tar.gz: 7979390e9d4f62b1e5289bfd217428afc868202c
5
5
  SHA512:
6
- metadata.gz: 8194836377723c5c4d8a427dea21095ddde867cc3c622a53a1ba9631eeb6605a3da21264fd71b2bf56ee6c532e00971d34f1b1408accc13f0f1d29860ffa7ce8
7
- data.tar.gz: 3dd20c8ffda028ffd3e64c38ed1fd7511016e89a5106836a15508b297996f5496d60da9be7695835f6fc1feed3198cf8ae15b836fe7dafcca016140b44a1f1d8
6
+ metadata.gz: c3e714b17448884535a14789800e812c44e82333ebc60cc4d0dbd441e03042b49f2b5bd9da2220d80a03d776b94ec0f945a4f74b8ed4fa1542af3cce50af63d2
7
+ data.tar.gz: 727410b2e57ad4815905073aa9fe4b64937bd6f688e73e2503997b63946a3719acb7b10f086d0c39fa56eddafdf166a8057270422526238fedf1376598d4d8c0
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Classic-Jekyll-Theme v1.5.0
1
+ # Classic-Jekyll-Theme v1.5.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, (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
 
@@ -24,6 +24,8 @@ An example screenshot:
24
24
 
25
25
  ![example](http://balancingrock.nl/img/classic-jekyll-theme-screenshot-half.png)
26
26
 
27
+ Or visit a site using this theme: [365posts.com](http://www.365posts.com)
28
+
27
29
  Other features:
28
30
 
29
31
  - __Navigation bar__ is created automatically from the available pages when these have the proper YAML frontmatter. The navigation bar contains the top level menu items, while the submenu items show up as a drop-down menu when the cursor hovers over the corresponding menu item.
@@ -76,7 +78,7 @@ Goto to the directory:
76
78
 
77
79
  Change in the Gemfile:
78
80
 
79
- From `gem "minima", "~> 2.0"` to `gem "classic-jekyll-theme", "~>1.5.0"`
81
+ From `gem "minima", "~> 2.0"` to `gem "classic-jekyll-theme"`
80
82
 
81
83
  Change in the _config.yml:
82
84
 
@@ -314,6 +316,11 @@ Release 1.5.0
314
316
  - Rebased the CSS system to `normalized.css` (as `_sass/classic/_normalize.scss`). Though Jekyll 3.3.1 has made this update as well (for base.scss) it is now no longer necessary to wait for Jekyll releases to adopt the latest `normalize.css`. This can now be done manually by simply renaming & replacing the latest `normalize.css` to `_sass/classic/_normalize.scss` in the gem. (Note a link to the source is also found in the `_normalize.scss` file itself)
315
317
  - Fixed the missing banner height setting.
316
318
 
319
+ Release 1.5.1
320
+
321
+ - Removed some non-ascii characters in the comments of `_sass/classic-jekyll-theme`.
322
+
323
+
317
324
  ## Upgrade information
318
325
 
319
326
  ### from 0.2.6 to 1.0.0
@@ -442,6 +449,12 @@ The index for a menu item. If not present, the menu ordering is undetermined. If
442
449
  - Other files that have changed: `_includes/navbanner.html`, `_sass/classic/_formatting.scss` and `_sass/classic/_syntax-highlighting.scss`. The file `_sass/classic/_base.scss` has been deleted.
443
450
  - Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
444
451
 
452
+ ### from 1.5.0 to 1.5.1
453
+
454
+ - Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
455
+ - Remove the ≡ , ⇨ and ⇩ characters from the `_sass/classic-jekyll-theme.scss` file to prevent future problems. (If you had problems, you have already removed them...)
456
+
457
+
445
458
  ## Feedback
446
459
 
447
460
  Comments, bug reports, feature requests and improvements are eagerly anticipated via email: rien@balancingrock.nl.
@@ -112,9 +112,9 @@ $medium-site-title-font-size: 2.5 * $base-font-size;
112
112
  $wide-site-title-font-size: 3.5 * $base-font-size;
113
113
 
114
114
  // Special characters used for menu functions
115
- $menu-symbol-code: '\02261'; // Used in narrow and medium banner only
116
- $menu-closed-submenu-code: '\021E8'; // Used in narrow when the menu items are visible
117
- $menu-open-submenu-code: '\021E9'; // Used in narrow when the submenu items are visible
115
+ $menu-symbol-code: '\02261'; // Used in narrow and medium banner only
116
+ $menu-closed-submenu-code: '\021E8'; // Used in narrow when the menu items are visible
117
+ $menu-open-submenu-code: '\021E9'; // Used in narrow when the submenu items are visible
118
118
  $menu-item-separator: ''; // Default = nothing
119
119
 
120
120
  // Alignent of the menu items in the navigation bar.
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.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rien
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-18 00:00:00.000000000 Z
11
+ date: 2016-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll-feed