jekyll-theme-terminal 0.4.1 → 0.4.2

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: 438d195bb73727257528d4537e325144bf909f8e
4
- data.tar.gz: 60787014491fb214ced5bac25e6874324d0fd914
3
+ metadata.gz: ae36775b327932fb75d28395ccc1c05069711f9d
4
+ data.tar.gz: 49bc37c7bfff81919a983749bf8769bc54bc849a
5
5
  SHA512:
6
- metadata.gz: cd57360c1b0e079606aac24c6bebae197c0ff2fa64e32d73627bd0b6643e4e117e3c86151ca032054a665bb9036b21eca4dc2e743d91061ffd830ad126c13dd5
7
- data.tar.gz: d7fae2950dd68574ad808967fae07655288708f82231e268c81bb3a76c0aea088417c99cd9452be3f0ee99e61e7f5815555aa390052f3fb734ad1b7e7939f4d1
6
+ metadata.gz: 02cc1eb29d8d0612f9f2c5639544351668f4cec273e87cfc7efe659b53b5a837f1d7d0e861648a438cd3679771d642939d45e16905819522be4fa968c69cfb60
7
+ data.tar.gz: 7772925283aa1bc49df77f3741486a21149eba3d04ddf2be8ba6a9ad9489bf9da684bbbde638528fc71ff0303057f95092368b9eee378481b4015c51d25bcc97
@@ -1,10 +1,11 @@
1
1
  <header class="site-header">
2
2
  <h4>[{{site.author}}@{{ site.url | escape }} ~]$</h4>
3
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>
4
+ {% for p in page.collections %}
5
+ {{ <a href="p.url">./p.title</a> }}
6
+ {% endfor %}
7
+ <a href="/about/">whois</a>
8
+ </div>
8
9
  <h4>cat
9
10
  <a href="/">
10
11
  {% if page.title %}
@@ -12,6 +13,6 @@
12
13
  {% else %}
13
14
  {{ site.title | escape }}
14
15
  {% endif %}
15
- </a>
16
+ </a>
16
17
  </h4>
17
18
  </header>
@@ -1,7 +1,5 @@
1
1
  <!DOCTYPE html>
2
-
3
2
  {% include head.html %}
4
-
5
3
  <body>
6
4
  {% include header.html%}
7
5
  <div class="wrapper">
data/_layouts/home.html CHANGED
@@ -5,20 +5,20 @@
5
5
  <div class="wrapper">
6
6
  <center><h3>127.0.0.1</h3></center>
7
7
  <p class="cat">
8
- Hi there,
8
+ Hi there,</br>
9
+ welcome to the unicorn.university. A place for CTF - Writeups</br>
10
+ and other fun stuff. Check the links in the top row for the
11
+ </br>
12
+ current categories.</br></br>
13
+ Enjoy.
9
14
  </br></br>
10
- I hope you like the theme so far, sorry for the initial bugs, we are still working on improvements.</br>
11
- Feel free to add some stuff to the _layouts/home.html in order to get rid of this annoying content.
12
-
13
- Otherwise enjoy and feel free to contact me.
14
- Don't forget to add a site.author variable to your _config.yml in order to fill the user name in the upper and lower rows.
15
- </br></br>
16
- Take care, </br></br>
17
- Squifi.
18
- {{ content }}
15
+ Heddha and Squifi.
19
16
  </p>
20
17
  </div>
21
- <h4>[{{site.author}}@{{ site.url | escape }} ~]$ <a href="/">cd ~</a></h4>
18
+ <h4>
19
+ [{{site.author}}@{{ site.url | escape }} ~]$
20
+ <a href="/">cd ~</a>
21
+ </h4>
22
22
  {% include footer.html %}
23
23
  </body>
24
24
  </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.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - squifi