jekyll-theme-terminal 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: becb570341f3dd260e7c446dd3ab2f0d648f26ab
4
- data.tar.gz: e71c9d3db25aa2a3dd8015777038d74d640e2ece
3
+ metadata.gz: a59c021b4ea094d47b8922a156c5a154a244f05a
4
+ data.tar.gz: f9631143dbbc27a4607c32f459fb5dada8cc6e3c
5
5
  SHA512:
6
- metadata.gz: da2445f9217ce3c92980d79a3fd870917f63b6ee7844e3735d594ea9052451d80450bf326763021d0fde489f96cdcb97ccdfc6ff8f873df6c1963a7cbd916d1e
7
- data.tar.gz: 442ffa53eb2650338784bd06811fc9a255b9dddd872aa27a4261413437ee57c2c2ef4d66277d53c4112e07df28fd485863161196b7043dd5c5333417b526be93
6
+ metadata.gz: cad3d0bd590fd1710a303e064d58b96c005fbc578603ea8603b1f9e1e638c700a67f7e7dc3e557536db5281fffb9dbaa98ce4c318dd748caeeade1d2e9ce24f5
7
+ data.tar.gz: a427dc6e61daed004c106a2f01975c0d70cc0bd31f87299ba2d01b2dfc5b0dd1e1648cdbc1cf832510f5b79873b8a70654e9062889e8659a74d3ffab083846ee
@@ -3,4 +3,5 @@
3
3
  <pre>-- INSERT -- wc:{{ page.content | number_of_words }} -{{ site.time | date_to_long_string }}- made by {{site.author}}.sh
4
4
  </pre>
5
5
  </p>
6
+ <a href="about/about.html">whois</a>
6
7
  </footer>
@@ -7,7 +7,6 @@
7
7
  <div class="wrapper">
8
8
  {{ content }}
9
9
  </div>
10
-
11
10
  {% include footer.html %}
12
11
  </body>
13
12
  </html>
@@ -0,0 +1,13 @@
1
+ <!DOCTYPE html>
2
+
3
+ {% include head.html %}
4
+
5
+ <body>
6
+ {% include header.html%}
7
+ <div class="wrapper">
8
+ <h3>127.0.0.1</h3>
9
+ {{ content }}
10
+ </div>
11
+ {% include footer.html %}
12
+ </body>
13
+ </html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-terminal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - squifi
@@ -65,6 +65,7 @@ files:
65
65
  - _includes/head.html
66
66
  - _includes/header.html
67
67
  - _layouts/default.html
68
+ - _layouts/home.html
68
69
  - _layouts/page.html
69
70
  - _layouts/post.html
70
71
  - _sass/jekyll-theme-terminal.scss