classic-jekyll-theme 1.3.1 → 1.3.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +18 -4
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 19fc7f1ae4ea76a06945b0c0eae46c76316eba3e
4
- data.tar.gz: 4219217fb41e841bb01645791c3040e6d7552014
3
+ metadata.gz: f23701a465d7a0f1ffa439321aea986c81c115c5
4
+ data.tar.gz: 5c2ee9971d71607dc28d0c1c1df3b9b5ce6d2785
5
5
  SHA512:
6
- metadata.gz: f34b8edcb057abc2246ef255351907fb5379401e0253f9d69e4cf67fd0dc084e409ad6e134a572e937ddc38466811c90ba4e88753b1eb5b0151560cec560544d
7
- data.tar.gz: 75a33f92e060046e82e1dd24f70cfba7f46e99ce7922f72a073e0457ffab41485d074edd8c0d6f2d850d90c018779eef016e126656459323d83c8b5a54d4391e
6
+ metadata.gz: 03d65410970ace902b0f9638d9384e6dc3e636d726b82ba45abec8955ecaf0e1c12a29e4f073a4d3737799f3b5f0d765582b4854986c762c1fbff6ad27b425d5
7
+ data.tar.gz: fd066edb5b4c408f4dedec3240c8bc687ea5e30264b725a17a89d72ca433a1bb88b16d814686e1ff222e52bf24903f874f0de6203269287eb5b239bf32b8b868
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Classic-Jekyll-Theme v1.3.1
1
+ # Classic-Jekyll-Theme v1.3.2
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
 
@@ -52,7 +52,9 @@ Suggested donation for commercial sites is the price of a good meal: $20
52
52
 
53
53
  ## Installation & setup
54
54
 
55
- Install it as:
55
+ On MacOS the gems are located in: `Library/Ruby/Gems/<version>/gems/classic-jekyll-theme-<version>`. Replace the version's with the appropriate numbers (note: these are two different unrelated version numbers). These pages not only contain examples, but also some information about using the theme. Some of the steps below need the path to the gem, so make sure you know it.
56
+
57
+ Install the theme:
56
58
 
57
59
  $ sudo gem install classic-jekyll-theme
58
60
 
@@ -76,13 +78,19 @@ Delete the file `about.md`:
76
78
 
77
79
  $ rm about.md
78
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
+
79
87
  It is possible to start the jekyll server now:
80
88
 
81
89
  $ jekyll serve
82
90
 
83
91
  Then the site will show up at `localhost:4000`.
84
92
 
85
- To add sample content that illustrates how pages and categories are implemented, copy the folder `pages` from the gem to the current project. On MacOS the gems are located in: `Library/Ruby/Gems/<version>/gems/classic-jekyll-theme-<version>`. Replace the version's with the appropriate numbers (note: these are two different unrelated version numbers). These pages not only contain examples, but also some information about using the theme.
93
+ To add sample content that illustrates how pages and categories are implemented, copy the folder `pages` from the gem to the current project.
86
94
 
87
95
  ## Configuration
88
96
 
@@ -263,6 +271,10 @@ Release 1.3.1
263
271
 
264
272
  - Quick fix for problem introduced in 1.3.0
265
273
 
274
+ Release 1.3.2
275
+
276
+ - Update of this README file.
277
+
266
278
  ## Upgrade information
267
279
 
268
280
  ### from 0.2.6 to 1.0.0
@@ -324,11 +336,13 @@ The index for a menu item. If not present, the menu ordering is undetermined. If
324
336
 
325
337
  ### from 1.2.3 to 1.3.0
326
338
 
339
+ - Copy the `_data` directory from the gem to the website directory as per installation instructions in this document.
327
340
  - Remove the classic-jekyll-theme configurations from the `_config.yml` file, and reapply any changes made to either `_data/setup.yml` and/or `_data/text-for.yml` as required.
328
341
  - As always, update the version number in the `Gemfile`
329
342
 
330
- ### from 1.3.0 to 1.3.1
343
+ ### from 1.3.0 to 1.3.2
331
344
 
345
+ - If not done yet, copy the `_data` directory from the gem to the website directory as per installation instructions in this document.
332
346
  - Update the version number in the `Gemfile`
333
347
 
334
348
  ## Known problems (need your help)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: classic-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rien