jekyll-theme-terminal 0.4.6 → 0.5.0

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: f25fbfb0705199256b780eebe0ac3804d0358151
4
- data.tar.gz: 33f4ed26766a49c9d390768be1bc54e68a715dd1
3
+ metadata.gz: 25222e5aae35dcf2d1bb9c7350122906b66c8757
4
+ data.tar.gz: dc2056bfe3b10bb017ad4690debc63b20560d0f4
5
5
  SHA512:
6
- metadata.gz: abbb169f5e8f13e8e56c046dc8c8fbbf4d56ca53fa5ed1c93b3bca41a281a7cc4712a7f6c7263eebf5daeae177f1969d5cca8a86b76167a56a024d684145db4a
7
- data.tar.gz: c6dd1841ba5be0a8b94958e99512ff6ff68f6b9b30aca05816701f47d9e089abcff5823ee8969bf4e732f245c6781ed5c60680f059184231a5ec918f66b8aba6
6
+ metadata.gz: 7bc74479382c15faac5c331d57fab87b937796dfefeaf344da9ca29411a6d8f4e6931f6f76a88de440e1982e14ceabff9aea9af6ae07f3e518cb9ab3483e53b7
7
+ data.tar.gz: d0e133c5a37c5ed86ebf9fcab93daa9ce879d90fc832f3f383aade92ccdfead84a57167f436a73d97cfe4d69410ba282f00356730912479d5f406038816874c0
data/_includes/head.html CHANGED
@@ -62,6 +62,7 @@
62
62
  .wrapper {
63
63
  width: 80%;
64
64
  min-height: calc(96vh - 50px);
65
+ padding: 10% 5%;
65
66
  }
66
67
 
67
68
  .stdout {
@@ -72,7 +73,7 @@
72
73
  .ls {
73
74
  color: #ff4444;
74
75
  margin: 0px auto;
75
- padding: 10px 20px;
76
+ padding: 5px 10px;
76
77
  }
77
78
 
78
79
  .cat {
@@ -1,6 +1,5 @@
1
1
  <header class="site-header">
2
- <h4>[{{site.author}}@{{ site.url | escape }} ~/
3
- {% if page.title %}
2
+ <h4>[{{site.author}}@{{ site.url | escape }} ~/{% if page.title %}
4
3
  {{ page.title | escape }}
5
4
  {% else %}
6
5
  {{ site.title | escape }}
@@ -8,8 +7,8 @@
8
7
  ]$
9
8
  </h4>
10
9
  <div style="display:inline; float: right;">
11
- <a href="/">./~</a>
12
- <a href="/ls/">ls -la</a>
13
- <a href="/about/">whois</a>
10
+ <a href="/">./~ </a>
11
+ <a href="/ls/">> ./ls -la</a>
12
+ <a href="/about/"> ./whois</a>
14
13
  </div>
15
14
  </header>
data/_layouts/page.html CHANGED
@@ -1,13 +1,15 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
+ </br>
4
5
  {{content}}
6
+ </br>
5
7
  <section>
6
8
  {% for item in site.posts %}
7
9
  <article class="ls">
8
- <a href="{{item.url}}">-rwxrwxr-x. 1 {{site.author}} {{site.author}} {{item.content | number_of_words }} {{item.date}}{{item.title}}</a>
10
+ <a href="{{item.url}}">-rwxrwxr-x. 1 {{site.author}} {{site.author}} {{item.content | number_of_words }} {{item.date}} {{item.title}}</a>
9
11
  </article>
10
12
  {% endfor %}
11
13
  <h4>[{{site.author}}@{{ site.url | escape }} ~]$</h4>
12
- <a href={{ site.baseurl }}>cd ~</a>
14
+ <a href="/">clear</a>
13
15
  </section>
@@ -1,6 +1,7 @@
1
1
  .wrapper {
2
2
  width: 80%;
3
3
  min-height: calc(96vh - 50px);
4
+ padding: 10% 5%;
4
5
  }
5
6
 
6
7
  .stdout {
@@ -11,7 +12,7 @@
11
12
  .ls {
12
13
  color: $ls-color;
13
14
  margin: 0px auto;
14
- padding: $min-distance $normal-distance;
15
+ padding: $normal-distance $normal-distance;
15
16
  }
16
17
 
17
18
  .cat {
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.4.6
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - squifi