Merge branch 'master' of git.local:neko/jekyll-crt-theme
This commit is contained in:
commit
c62ff676ce
@ -1,2 +1,2 @@
|
|||||||
list:
|
list:
|
||||||
footer_bio: pwrd by jekyll, html5 and css3
|
footer_bio: pwrd by jekyll, written in vim, no js
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<p>
|
<p>
|
||||||
{{site.data.extra.list.footer_bio}}<br>
|
{{site.data.extra.list.footer_bio}}<br>
|
||||||
2020 | {{site.title}}
|
2021 | {{site.title}}
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -17,7 +17,9 @@ Besides studying, I'm an educator for network- and system engineering at a local
|
|||||||
My first language is German, but I prefer English for general communication.
|
My first language is German, but I prefer English for general communication.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
All content on my page is <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3</a> unless noted otherwise.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
If you have any questions, shoot me a mail! The server's <code>koneko.at</code>, the correct mailbox is <code>neko</code>.
|
If you have any questions, shoot me a mail! The server's <code>koneko.at</code>, the correct mailbox is <code>neko</code>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<!-- Look, I know trinitrons are colour crts, but I really like the frame. Please don't lynch me. -->
|
<!-- Look, I know trinitrons are colour crts, but I really like the frame. Please don't lynch me. -->
|
||||||
|
@ -118,7 +118,6 @@ main a:hover {
|
|||||||
.post-list a {
|
.post-list a {
|
||||||
position: relative;
|
position: relative;
|
||||||
color: #FFBE00 !important;
|
color: #FFBE00 !important;
|
||||||
padding-bottom: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-list a:hover:after {
|
.post-list a:hover:after {
|
||||||
@ -143,6 +142,20 @@ main a:hover {
|
|||||||
font-size: large;
|
font-size: large;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
h2.blog-head {
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p.blog-date {
|
||||||
|
margin-top: 20px;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p.blog-post {
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
/* footer */
|
/* footer */
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
@ -3,9 +3,9 @@ title: Blog
|
|||||||
layout: page-screen
|
layout: page-screen
|
||||||
---
|
---
|
||||||
|
|
||||||
<h2>▄▀▄▀ Recent Posts ▀▄▀▄</h2>
|
<h2 class="blog-head">▄▀▄▀ Recent Posts ▀▄▀▄</h2>
|
||||||
{% for post in paginator.posts %}
|
{% for post in paginator.posts %}
|
||||||
░▒▓█ {{post.date | date: '%Y-%m-%d' }} █▓▒░<a href="{{site.baseurl}}{{post.url}}">cat {{post.title | replace:' ','_'}}.txt</a>
|
<p class="blog-date"> ░▒▓█ {{post.date | date: '%Y-%m-%d' }} █▓▒░ </p><p class="blog-post"><a href="{{site.baseurl}}{{post.url}}">cat {{post.title | replace:' ','_'}}.txt</a></p>
|
||||||
{%endfor%}
|
{%endfor%}
|
||||||
|
|
||||||
{% if paginator.total_pages > 1 %}
|
{% if paginator.total_pages > 1 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user