Merge branch 'master' of git.local:neko/jekyll-crt-theme

This commit is contained in:
Neko 2021-04-11 18:03:28 +02:00
commit c62ff676ce
5 changed files with 21 additions and 6 deletions

View File

@ -1,2 +1,2 @@
list:
footer_bio: pwrd by jekyll, html5 and css3
footer_bio: pwrd by jekyll, written in vim, no js

View File

@ -1,6 +1,6 @@
<footer>
<p>
{{site.data.extra.list.footer_bio}}<br>
2020 | {{site.title}}
2021 | {{site.title}}
</p>
</footer>

View File

@ -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.
</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>.
</p>
<!-- Look, I know trinitrons are colour crts, but I really like the frame. Please don't lynch me. -->

View File

@ -118,7 +118,6 @@ main a:hover {
.post-list a {
position: relative;
color: #FFBE00 !important;
padding-bottom: 10px;
}
.post-list a:hover:after {
@ -143,6 +142,20 @@ main a:hover {
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 {

View File

@ -3,9 +3,9 @@ title: Blog
layout: page-screen
---
<h2>▄▀▄▀ Recent Posts ▀▄▀▄</h2>
<h2 class="blog-head">▄▀▄▀ Recent Posts ▀▄▀▄</h2>
{% 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%}
{% if paginator.total_pages > 1 %}