forest-time-jekyll 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/home.html +20 -0
  3. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a855a0941df4affc9973d70a2a18031a83491338cf895ae89c95c3bfdd95751
4
- data.tar.gz: 5fd7a80fd94e92ae1b9b224ad74c03b6036d872682e57cc9899e3536f2845ea6
3
+ metadata.gz: b3183d2eace433fd8bd9a3f34eda13ce0a61c4da3057dada37c2891de9d8b622
4
+ data.tar.gz: f4dbef8eeb5eed32c3d43d7d9bf94c51c468fbc11bc9213ee714fa3c0ee493b2
5
5
  SHA512:
6
- metadata.gz: 301593387143c9ca8f413dbcfb374ab8cd35c51f2d5f07eaf76df697917e99170278046cc14d49af5a7c7877104650f1322dc2f24f28de66f62146e0f1bfa9cb
7
- data.tar.gz: ae0eb81882a540b85caa6f3cf38cc85be2195f3a81cda92b985af4e847521840f8926092e9c89900767a7fc4cd3bcf49fbfbd7b87c8a99b2a223749924227115
6
+ metadata.gz: e5b920333bfced7846aa0049d2fbffa7e336ae7c0a0cf0f21566efcc7a8f5c8ddde74a9abea5c85dbfb60682e44bba5e7587e8e4b874d6aca6715aecd18d25a6
7
+ data.tar.gz: 50eade1573aeb2542e081cdf568f48c02b78731ee58609fefa6a31a7fccd06b668e9e5d9adfe0b0947035d58cc66f94ea059cfda85ca06eced437d8c1946c570
@@ -0,0 +1,20 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {% include header.html %}
6
+ {% include navigation.html %}
7
+
8
+ <section>
9
+ {% for post in site.posts %}
10
+ <ul>
11
+ <li>
12
+ <div class="post-date"> <span>{{ post.date | date: "%b %d" }}</span> </div>
13
+ <div class="title">
14
+ <a href="{{ post.url | prepend: site.baseurl }}"> {{ post.title }} </a>
15
+ </div>
16
+ <div class="description"> {{ post.description}} </div>
17
+ </li>
18
+ </ul>
19
+ {% endfor %}
20
+ </section>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest-time-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudiu Constantin
@@ -67,6 +67,7 @@ files:
67
67
  - _includes/image.html
68
68
  - _includes/navigation.html
69
69
  - _layouts/default.html
70
+ - _layouts/home.html
70
71
  - _layouts/page.html
71
72
  - _layouts/post.html
72
73
  - _sass/_objects.image.scss