hematite 0.0.2 → 0.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99a302547aa561ab8e022bf2cd59b829ee611735c9638975635115b31cdb8fd7
4
- data.tar.gz: cbe5585d1a263c0e1662aaa9b6d6454754e1407f23522243ad7cb8a20a7c2636
3
+ metadata.gz: 33a9343899a06710bc66a1bbadc2e81a377ca066f1b0c57126ec3d3b08ce89e3
4
+ data.tar.gz: db89ee0c111feebe18b0411ba01e2f0e10f1e0a5ecefac096aff01aeca43ade1
5
5
  SHA512:
6
- metadata.gz: 82982d7db6a0d8a375e7d634760b6dc576739e509ba9bc3c21ef1796c6631331581572f0f187299510cfff473672dc5ba98a815eb6db874dbb6439c3f3af15e0
7
- data.tar.gz: 0a63ca11e9ab1c4a5a9057e6d2ab5e97937be8ca5bd649bbbae0ff85536fca80e19fdafb58a8ec5e278981c5fd5923963369d016745a29edbf30bfafaf6f12e5
6
+ metadata.gz: e290a89db9e35033d53b704c681386cc4a774cf85004ba1aeab4ee741e3542de0bc6f74de558e03aed6244774bbb6b983bc90b97a35a991e581f06e4c034cad8
7
+ data.tar.gz: d92178564273303b60a94ef7b8e94d1adda7ef45ff30d3f65f7b39da1b3f07f983020c631f35155fe1482cf480ede04aa15280cb55945b8f0a8f4dbbf5b94d72
@@ -1,3 +1,7 @@
1
+ ---
2
+ title: Untitled
3
+ ---
4
+
1
5
  <!DOCTYPE html>
2
6
  <html lang="{{ page.lang | default: site.lang | default: "en-US" }}">
3
7
  <head>
@@ -0,0 +1,9 @@
1
+ ---
2
+ layout: default
3
+ title: Home
4
+ sidebarindex: 1
5
+ ---
6
+
7
+ <main>
8
+ {{ content }}
9
+ </main>
data/_layouts/page.html CHANGED
@@ -2,4 +2,8 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
+ <h1>{{page.title}}</h1>
6
+
7
+ <main>
5
8
  {{ content }}
9
+ </main>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hematite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henry Heino
@@ -43,6 +43,7 @@ files:
43
43
  - _includes/nav/sidebar.html
44
44
  - _layouts/calendar.html
45
45
  - _layouts/default.html
46
+ - _layouts/home.html
46
47
  - _layouts/page.html
47
48
  - _layouts/post.html
48
49
  - _sass/_animations.scss