jekyll-theme-terminal 0.7.0 → 0.7.1

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: 9894ba29dd06a6ef844b3350829b43d5d9f95db4
4
- data.tar.gz: f7039d20924dd2db1daca0e641850c5edb6e169f
3
+ metadata.gz: 0efb9b334c6317790ad53cb16d6b41fbf7a1d106
4
+ data.tar.gz: 30f01df04f98d79e5fbde056eb573a7c0eea49c8
5
5
  SHA512:
6
- metadata.gz: 91ef79b90f795555c82fd5224720b28c0f60519579e8e59e82a87f5157672e6cd06e397f161262f522a38cb171e5ebe619469726aeff5c286b87da3ecdad019f
7
- data.tar.gz: 59ce7918aae7b436dc89164068e14884494c628161dcbbf8a299366eb2f85e85e84a2f2642ecd7a19b051c6fb0f1a1e8fe78eba7fa388a3cbf8b95e9bc3d2485
6
+ metadata.gz: 651fc673e7d3905a0133269298028ce475fe9616b58bcfaac077f7aebfdfefa3463c78f72dbe29a0de315befdd2cd7e222b5eed020e8316c8781b2341aeeed72
7
+ data.tar.gz: 57ed71f1cc28f922e4beca5678e2f8ff364605acbc37b405b8a1f715c531687b1d7da17d8f8d351ff2c1910f0b05473359fb666cf890916b26eef35062cc76df
@@ -1,6 +1,9 @@
1
+ <h4>
2
+ [{{ site.author }}@{{ site.url | escape }}]$<a href="/">cd ~</a>
3
+ </h4>
1
4
  <footer class="site-footer">
2
5
  <p>
3
- <pre>-- INSERT -- wc:{{ page.content | number_of_words }}-{{ site.time | date_to_long_string }}-made with ❤ by {{site.author}}
6
+ <pre>-- INSERT -- wc:{{ page.content | number_of_words }}- {{ site.time | date_to_long_string }} - made with ❤ by {{site.author}}
4
7
  </pre>
5
8
  </p>
6
9
  </footer>
@@ -3,20 +3,11 @@
3
3
  <body>
4
4
  {% include header.html%}
5
5
  <div class="wrapper">
6
- <center><h3>127.0.0.1</h3></center>
6
+ <h3>127.0.0.1</h3>
7
7
  <p class="cat">
8
- Hi there,</br>
9
- welcome to the jekyll-terminal-theme. I hope you enjoy it so
10
- far.</br>
11
- Enjoy.
12
- </br></br>
13
- Squifi.
8
+ {{content}}
14
9
  </p>
15
10
  </div>
16
- <h4>
17
- [{{site.author}}@{{ site.url | escape }} ~]$
18
- <a href="/">cd ~</a>
19
- </h4>
20
11
  {% include footer.html %}
21
12
  </body>
22
13
  </html>
@@ -7,9 +7,7 @@ layout: default
7
7
  <section>
8
8
  {% for item in site.posts %}
9
9
  <article class="ls">
10
- -rwxrwxr-x. 1 {{site.author}} {{site.author}} {{item.content | number_of_words }} {{item.date}} <a href="{{item.url}}">{{item.title}}</a>
10
+ -rwxrwxr-x. 1 {{site.author}} {{item.author}} {{item.content | number_of_words }} {{item.date}} <a href="{{item.url}}">{{item.title}}</a>
11
11
  </article>
12
12
  {% endfor %}
13
- <h4>[{{site.author}}@{{ site.url | escape }} ~]$</h4>
14
- <a href="/">clear</a>
15
13
  </section>
@@ -7,8 +7,8 @@ layout: default
7
7
  {{ page.title | escape }}
8
8
  </h3>
9
9
  <p>
10
+ Written by {{ page.author | escape }}</br>
10
11
  {{ content }}
11
12
  </p>
12
13
  </article>
13
- <h4>[{{site.author}}@{{ site.url | escape }} ~]$ <a href="/">cd ~</a></h4>
14
14
  </section>
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.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - squifi+heddha