jekyll-theme-terminal 0.4.1 → 0.4.2
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 +4 -4
- data/_includes/header.html +6 -5
- data/_layouts/default.html +0 -2
- data/_layouts/home.html +11 -11
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ae36775b327932fb75d28395ccc1c05069711f9d
|
|
4
|
+
data.tar.gz: 49bc37c7bfff81919a983749bf8769bc54bc849a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 02cc1eb29d8d0612f9f2c5639544351668f4cec273e87cfc7efe659b53b5a837f1d7d0e861648a438cd3679771d642939d45e16905819522be4fa968c69cfb60
|
|
7
|
+
data.tar.gz: 7772925283aa1bc49df77f3741486a21149eba3d04ddf2be8ba6a9ad9489bf9da684bbbde638528fc71ff0303057f95092368b9eee378481b4015c51d25bcc97
|
data/_includes/header.html
CHANGED
|
@@ -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
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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
|
-
|
|
16
|
+
</a>
|
|
16
17
|
</h4>
|
|
17
18
|
</header>
|
data/_layouts/default.html
CHANGED
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
|
-
|
|
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>
|
|
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>
|