jekyll-theme-terminal 0.4.0 → 0.4.1

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
  SHA1:
3
- metadata.gz: f43755d8f3daa2cdf15579c9446946e86c6df468
4
- data.tar.gz: d5bcd1a85cb29bb24336cc52e2ec08f1199637d1
3
+ metadata.gz: 438d195bb73727257528d4537e325144bf909f8e
4
+ data.tar.gz: 60787014491fb214ced5bac25e6874324d0fd914
5
5
  SHA512:
6
- metadata.gz: aa6ca73f5947ba7be35a3e09abb1c8f7df6dc670266c8aba91ea0db2fc5841d4c164185128c5ad48217b9a68f97336791b1e7859af0baa770491ea51f3f0d6eb
7
- data.tar.gz: b879dbe301613648798a81a49cb232cabe4164c760d7de5ed40b3e78a8fd08f62d183fd5a6ed84e1feea121f98cb1b64fcd285fd0efd55bf63b85bd20b8fb2a5
6
+ metadata.gz: cd57360c1b0e079606aac24c6bebae197c0ff2fa64e32d73627bd0b6643e4e117e3c86151ca032054a665bb9036b21eca4dc2e743d91061ffd830ad126c13dd5
7
+ data.tar.gz: d7fae2950dd68574ad808967fae07655288708f82231e268c81bb3a76c0aea088417c99cd9452be3f0ee99e61e7f5815555aa390052f3fb734ad1b7e7939f4d1
data/_includes/head.html CHANGED
@@ -35,7 +35,7 @@
35
35
  margin-left: 0;
36
36
  }
37
37
 
38
- a {
38
+ a:active, a:link, a:visited {
39
39
  color: #008800 !default;
40
40
  text-decoration: none;
41
41
  }
@@ -43,7 +43,7 @@
43
43
  a:hover {
44
44
  background-color: #008800 !default;
45
45
  color: #fff;
46
- }
46
+ }
47
47
 
48
48
  header, h4 {
49
49
  color: #008800 !default;
@@ -1,8 +1,17 @@
1
1
  <header class="site-header">
2
2
  <h4>[{{site.author}}@{{ site.url | escape }} ~]$</h4>
3
- <div class="inline"><a href="/about/">whois</a></div>
4
- <h4>cat <a href="/">
5
- {% if page.title %}{{ page.title | escape }} {% else %}{{ site.title | escape }}{% endif %}
3
+ <div style="display:inline; text-align: right;">
4
+ {% for p in page.collections %}
5
+ {{ <a href="p.url">./p.title</a>
6
+ {% endfor %}
7
+ <a href="/about/">whois</a></div>
8
+ <h4>cat
9
+ <a href="/">
10
+ {% if page.title %}
11
+ {{ page.title | escape }}
12
+ {% else %}
13
+ {{ site.title | escape }}
14
+ {% endif %}
6
15
  </a>
7
16
  </h4>
8
17
  </header>
data/_layouts/home.html CHANGED
@@ -3,7 +3,7 @@
3
3
  <body>
4
4
  {% include header.html%}
5
5
  <div class="wrapper">
6
- <center><h3>127.0.0.1</h3><center>
6
+ <center><h3>127.0.0.1</h3></center>
7
7
  <p class="cat">
8
8
  Hi there,
9
9
  </br></br>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-terminal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - squifi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-13 00:00:00.000000000 Z
11
+ date: 2017-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll