diff --git a/_data/extra.yml b/_data/extra.yml index 375b3af..7ca9341 100644 --- a/_data/extra.yml +++ b/_data/extra.yml @@ -1,2 +1,2 @@ list: - footer_bio: pwrd by jekyll, html5 and css3 \ No newline at end of file + footer_bio: pwrd by jekyll, written in vim, no js diff --git a/_includes/footer.html b/_includes/footer.html index 2d5f6c0..6d199f9 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,6 +1,6 @@ diff --git a/about.html b/about.html index 50071d6..b93d519 100644 --- a/about.html +++ b/about.html @@ -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.

+All content on my page is GPLv3 unless noted otherwise. +

+

If you have any questions, shoot me a mail! The server's koneko.at, the correct mailbox is neko.

- diff --git a/assets/css/custom.css b/assets/css/custom.css index 0b380a3..4c1ce03 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -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 { diff --git a/blog/index.html b/blog/index.html index 3f0c5ed..58f3121 100644 --- a/blog/index.html +++ b/blog/index.html @@ -3,9 +3,9 @@ title: Blog layout: page-screen --- -

▄▀▄▀ Recent Posts ▀▄▀▄

+

▄▀▄▀ Recent Posts ▀▄▀▄

{% for post in paginator.posts %} -░▒▓█ {{post.date | date: '%Y-%m-%d' }} █▓▒░cat {{post.title | replace:' ','_'}}.txt +

░▒▓█ {{post.date | date: '%Y-%m-%d' }} █▓▒░

cat {{post.title | replace:' ','_'}}.txt

{%endfor%} {% if paginator.total_pages > 1 %}