jekyll-theme-munky 0.1.2 → 0.1.3
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 +2 -2
- 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: 9f49fe631aec5b894c478ec95ba2ad5bff2582ba
|
|
4
|
+
data.tar.gz: 58657d00faf958e7e351b0523e30f5191f1eb85b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c77ddcd77aea942181d6fcc291b2ad501173a1753c1da0fd4eb33c1db02c3fb3de76445e266eea6d66698bd03d88b149c0c5f68489e646c45333a43d435c4af
|
|
7
|
+
data.tar.gz: 32e6a67068c4c1ea11e409871f4a9db25015929470d64518bdc6114ef0ee086fd51e2a23d3fcbed40127dfb0a096f8986488dc1a889897f188a423808044002f
|
data/README.md
CHANGED
|
@@ -89,7 +89,7 @@ defaults:
|
|
|
89
89
|
Refers to files within the `_layouts` directory, that define the markup for your theme.
|
|
90
90
|
|
|
91
91
|
- `default.html` — The base layout that lays the foundation for subsequent layouts. The derived layouts inject their contents into this file at the line that says ` {{ content }} ` and are linked to this file via [FrontMatter](https://jekyllrb.com/docs/frontmatter/) declaration `layout: default`.
|
|
92
|
-
- `
|
|
92
|
+
- `home.html` — The layout for your landing-page / home-page / index-page.
|
|
93
93
|
- `page.html` — The layout for your documents that contain FrontMatter, but are not posts.
|
|
94
94
|
- `post.html` — The layout for your posts and projects.
|
|
95
95
|
- `about.html` — The layout for your about-page.
|
|
@@ -245,7 +245,7 @@ the following variables:
|
|
|
245
245
|
|
|
246
246
|
The following markdown files are required in your jekyll site's root folder:
|
|
247
247
|
|
|
248
|
-
- `index.md` — Layout: *
|
|
248
|
+
- `index.md` — Layout: *home*
|
|
249
249
|
- `projects.md` — Layout: *projects*
|
|
250
250
|
- `photography.md` — Layout: *photography*
|
|
251
251
|
- `about.md` — Layout: *about*
|