classic-jekyll-theme 0.2.3 → 0.2.4
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 +0 -8
- 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: 1165887d931a2bf67e49126783fbcaea292ff041
|
|
4
|
+
data.tar.gz: 603007fb8bcdadb420482d3d0ed288d1f16e3513
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 38d7a8da97d72da9dcc2b9d348947c8ffd604b0f3c0d83b78eb45dac43451a64137d02d2f74c16703f1369df34f990e98aa4fa515f5fdff7b2504571a91dce4b
|
|
7
|
+
data.tar.gz: 40d5804b95bb90284aff854233d3dc34211c95e34f9f0524e7109400fb8586e9d7ff25ebe7d522209a2a3cb6d85768270316d1f61793c78b157d6a638b516903
|
data/README.md
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
layout: product
|
|
3
|
-
product-category: jekyll
|
|
4
|
-
title: Classic-Jekyll-Theme
|
|
5
|
-
subtitle: User Manual
|
|
6
|
-
# icon: /img/classic-jekyll-theme.png
|
|
7
|
-
permalink: /classic-jekyll-theme/features
|
|
8
|
-
---
|
|
9
1
|
# Classic-Jekyll-Theme
|
|
10
2
|
|
|
11
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:
|