diff --git a/_config.yml b/_config.yml index b1571fd..050f43f 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -title: Meow +title: MEW-DOS v1.1 markdown: kramdown url: "" baseurl: "/neko/crt" @@ -6,16 +6,9 @@ baseurl: "/neko/crt" plugins: - jekyll-paginate -paginate_path: "/page:num/" +paginate_path: "/blog/page:num/" -paginate: 5 - -collections_dir: all_collections -collections: - posts: - output: true - projects: - output: true +paginate: 4 defaults: - scope: diff --git a/_data/extra.yml b/_data/extra.yml index 754223a..375b3af 100644 --- a/_data/extra.yml +++ b/_data/extra.yml @@ -1,2 +1,2 @@ list: - footer_bio: based on the dark reader theme \ No newline at end of file + footer_bio: pwrd by jekyll, html5 and css3 \ No newline at end of file diff --git a/_data/nav.yml b/_data/nav.yml index f936081..a4b6811 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -1,7 +1,7 @@ list: - - title: ~/ + - title: "~" url: / - title: ~/blog - url: /blog.html + url: /blog/ - title: ~/doc/about url: /about.html diff --git a/_includes/footer.html b/_includes/footer.html index ef9ac6e..2d5f6c0 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,8 +1,6 @@ diff --git a/_includes/header.html b/_includes/header.html index 568b14b..fd244b7 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,5 +1,5 @@
-

{{site.title}}

+
{{site.title}}
diff --git a/_includes/nav.html b/_includes/nav.html index 8c91470..a118039 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,5 +1,5 @@ diff --git a/_layouts/page-screen.html b/_layouts/page-screen.html index e99af6f..dd3f406 100644 --- a/_layouts/page-screen.html +++ b/_layouts/page-screen.html @@ -5,12 +5,6 @@
- {% include header.html %} diff --git a/_layouts/page-welcome.html b/_layouts/page-welcome.html index 8dd4ee8..f8ff687 100644 --- a/_layouts/page-welcome.html +++ b/_layouts/page-welcome.html @@ -10,9 +10,7 @@ {{content}} {% include nav.html %} -
-
diff --git a/about.md b/about.md index 98f50dc..6e2a075 100644 --- a/about.md +++ b/about.md @@ -3,4 +3,12 @@ title: About layout: page-screen --- -Lorem ipsum. +Hay! My name's neko and I'm an avid student of information theory. I also enjoy collecting old electronics, mechanical cameras, and analogue audio gear. + +I've been studying information engineering (InfoTech) at the [AAU](https://www.aau.at/) since 2017. + +Besides studying, I'm an educator for network- and system engineering for a local company. + +My first language is German, but I prefer English for general communication. + +If you have any questions, shoot me a mail! The server's `koneko.at`, the correct mailbox is `neko`. \ No newline at end of file diff --git a/assets/css/crt.css b/assets/css/crt.css index 3972c89..2e66ec6 100644 --- a/assets/css/crt.css +++ b/assets/css/crt.css @@ -177,7 +177,7 @@ http://aleclownes.com/2017/02/01/crt-display.html .crt::before { content: " "; display: block; - position: fixed; + position: absolute; top: auto; left: auto; bottom: auto; diff --git a/assets/css/custom.css b/assets/css/custom.css index bb7526a..1ed9a1d 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -83,23 +83,14 @@ main { } .post-list a { - text-decoration: none; position: relative; color: #FFBE00 !important; padding-bottom: 10px; } -.post-list a:after { - content: ""; - position: absolute; - left: auto; - transition: 0.4s; -} - .post-list a:hover:after { content: "_"; animation: blink 1s infinite; - } .asciiart { @@ -113,23 +104,19 @@ main { text-align: center; } -/* -.post-list a:before, -.post-list a:before { - content: "#"; - color: #ff9400; - position: absolute; - left: -0.8em; - font-weight: bold; +.headline{ + padding-top: 20px; + padding-bottom: 10px; + font-size: large; } -*/ /* footer */ footer { font-weight: bold; color: #ffd300; - font-size: 0.7rem; + font-size: xx-small; + padding-top:20px; padding-left: 20px; padding-right: 20px; diff --git a/assets/images/crt.png b/assets/images/crt.png deleted file mode 100644 index 98434df..0000000 Binary files a/assets/images/crt.png and /dev/null differ diff --git a/blog/index.html b/blog/index.html index 9d1d487..87ec0e6 100644 --- a/blog/index.html +++ b/blog/index.html @@ -3,6 +3,14 @@ title: ~/blog layout: page-screen --- -{% for post in site.posts %} -{{post.date | date: '%Y-%m-%d' }} {{post.title | replace:' ','_'}}.txt +

▄▀▄▀ Recent Posts ▀▄▀▄

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

Page {{paginator.page}} »

+ {% elsif paginator.page == paginator.total_pages %}

« Page {{paginator.page}}

+ {% else %}

« {{paginator.page}} »

+ {% endif %} +{% endif %}