classic-jekyll-theme 0.2.5 → 0.2.6
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 +1 -1
- 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: 65f8de8c1f5cb278cb911c11c3d301816d16270d
|
4
|
+
data.tar.gz: 83303e4f295ae47a88d0949ecf9826f10b2ec8e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 506c23063c3c7e914b05d26751ac9252f03f095b3ec1bce6ec6b2f6b13ab0a7550f5503ca019f48be4e938eca03d22893af3d01b86192e45087a8f5886ad32fb
|
7
|
+
data.tar.gz: 5d3bb3987bf170772c9b2e87d94e12eaa05b0c458ad282ace6ea048252e6e41dcf819e72c0a34d4ab0d304e7bdb801d3c2791e836c61b072f39c9f691b1a4fa8
|
data/README.md
CHANGED
@@ -89,7 +89,7 @@ If the jekyll server was started, then it must be stopped now (CTRL-C) and resta
|
|
89
89
|
|
90
90
|
Reload the website, and the columns will show up.
|
91
91
|
|
92
|
-
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
|
92
|
+
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 additional information about using the theme.
|
93
93
|
|
94
94
|
## Configuration
|
95
95
|
|