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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b1cf444fb164d592b3cbc8177cf96cac05b68c85
4
- data.tar.gz: 845d7293f611a6f24edafaf21bd6e5be3bdd9728
3
+ metadata.gz: 9f49fe631aec5b894c478ec95ba2ad5bff2582ba
4
+ data.tar.gz: 58657d00faf958e7e351b0523e30f5191f1eb85b
5
5
  SHA512:
6
- metadata.gz: 27d45d50c9463c82e441e5c640e17fb987fc13aa59380d4e8ec3299da833b4718c4f3bddb45a5f540127fe36a1062169ab68a5a90c9ea2ff5262840025dd79ad
7
- data.tar.gz: f51dfc151c57179e5b51bc3fb6be981077c7378d9ba55de4710b68b7257a698f577200bd0fe2b37f4b3d6a5e024850e8c1f55f9e0b2e9f91637bd0a21d2bf8bc
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
- - `blog.html` — The layout for your landing-page / home-page / index-page.
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: *blog*
248
+ - `index.md` — Layout: *home*
249
249
  - `projects.md` — Layout: *projects*
250
250
  - `photography.md` — Layout: *photography*
251
251
  - `about.md` — Layout: *about*
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-munky
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geert Arien