classic-jekyll-theme 1.3.2 → 1.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -8
  3. metadata +16 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f23701a465d7a0f1ffa439321aea986c81c115c5
4
- data.tar.gz: 5c2ee9971d71607dc28d0c1c1df3b9b5ce6d2785
3
+ metadata.gz: 4cd99a944b87d5bee875188df4ad6b90ab088f74
4
+ data.tar.gz: 4cd4e5cbde898dc92024ec6bbb4175579c85dafe
5
5
  SHA512:
6
- metadata.gz: 03d65410970ace902b0f9638d9384e6dc3e636d726b82ba45abec8955ecaf0e1c12a29e4f073a4d3737799f3b5f0d765582b4854986c762c1fbff6ad27b425d5
7
- data.tar.gz: fd066edb5b4c408f4dedec3240c8bc687ea5e30264b725a17a89d72ca433a1bb88b16d814686e1ff222e52bf24903f874f0de6203269287eb5b239bf32b8b868
6
+ metadata.gz: c0bbbfe2c742057f178bd7856bcf1ebd876ca2d158e3103dfd8dedab2d055f19b4dc60453641c78310700a5c639ae85e688c3480749be6607222a87d2fc12c1a
7
+ data.tar.gz: 3436bec797bed1e9c137f1b71c7b53e81d4a63b7556d743bc7205092fabe1e48324310803026a08071082cf5f154338d59ea58aa09be8378049b9cccd8acf55c
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Classic-Jekyll-Theme v1.3.2
1
+ # Classic-Jekyll-Theme v1.3.3
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
 
@@ -68,7 +68,7 @@ Change the directory:
68
68
 
69
69
  Change in the Gemfile:
70
70
 
71
- From `gem "minima", "~> 2.0"` to `gem "classic-jekyll-theme", "~>1.3.0"`
71
+ From `gem "minima", "~> 2.0"` to `gem "classic-jekyll-theme", "~>1.3.3"`
72
72
 
73
73
  Change in the _config.yml:
74
74
 
@@ -78,12 +78,6 @@ Delete the file `about.md`:
78
78
 
79
79
  $ rm about.md
80
80
 
81
- Copy from the gem the directory (with content) `_data` to the same relative path in the site. On MacOS the gems are located in: `Library/Ruby/Gems/<version>/gems/classic-jekyll-theme-<version>`. After copying the directory the following command:
82
-
83
- $ ld _data
84
-
85
- should list the files `setup.yml` and `text-for.yml`
86
-
87
81
  It is possible to start the jekyll server now:
88
82
 
89
83
  $ jekyll serve
@@ -100,6 +94,9 @@ The theme is configured in:
100
94
  - `_data/setup.yml`: For general layout and widget configuration.
101
95
  - `_data/text-for.yml`: For language customization of the textual elements of the theme.
102
96
 
97
+ If it is necessary to change any of these settings, copy the file to your site (keeping the folder structure) and modify them as necessary.
98
+
99
+
103
100
  ### _sass/classic-jekyll-theme.scss
104
101
 
105
102
  The default `main.scss` file has been emptied. Hence all CSS configuration is done in the theme sass file.
@@ -275,6 +272,11 @@ Release 1.3.2
275
272
 
276
273
  - Update of this README file.
277
274
 
275
+ Release 1.3.3
276
+
277
+ - Added the "jekyll-data" gem to simplify initial configuration/setup.
278
+
279
+
278
280
  ## Upgrade information
279
281
 
280
282
  ### from 0.2.6 to 1.0.0
@@ -345,6 +347,11 @@ The index for a menu item. If not present, the menu ordering is undetermined. If
345
347
  - If not done yet, copy the `_data` directory from the gem to the website directory as per installation instructions in this document.
346
348
  - Update the version number in the `Gemfile`
347
349
 
350
+ ### from 1.3.2 to 1.3.3
351
+
352
+ - It is no longer necessary to copy the `_data` folder content to the site directory.
353
+ - Update the version number in the `Gemfile`
354
+
348
355
  ## Known problems (need your help)
349
356
 
350
357
  There is some odd behaviour in the navigation bar that I have not been able to nail down yet. It has to do with the space between top level menu items. There is some additional space that I am not able to trace down. For those who like a puzzle: there is some space around a ".navbanner-menu ul li" that has no obvious source. Please let me know if you happen to find where it comes from. (rien@balancingrock.nl)
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.3.2
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rien
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-17 00:00:00.000000000 Z
11
+ date: 2016-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll-feed
@@ -24,6 +24,20 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0.8'
27
+ - !ruby/object:Gem::Dependency
28
+ name: jekyll-data
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '0.3'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '0.3'
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: jekyll
29
43
  requirement: !ruby/object:Gem::Requirement