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.
- checksums.yaml +4 -4
- data/README.md +18 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f23701a465d7a0f1ffa439321aea986c81c115c5
|
4
|
+
data.tar.gz: 5c2ee9971d71607dc28d0c1c1df3b9b5ce6d2785
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03d65410970ace902b0f9638d9384e6dc3e636d726b82ba45abec8955ecaf0e1c12a29e4f073a4d3737799f3b5f0d765582b4854986c762c1fbff6ad27b425d5
|
7
|
+
data.tar.gz: fd066edb5b4c408f4dedec3240c8bc687ea5e30264b725a17a89d72ca433a1bb88b16d814686e1ff222e52bf24903f874f0de6203269287eb5b239bf32b8b868
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Classic-Jekyll-Theme v1.3.
|
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
|
-
|
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.
|
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.
|
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)
|