welp, mistake
This commit is contained in:
parent
34b4159de1
commit
539cc0e302
13
_config.yml
13
_config.yml
@ -1,4 +1,4 @@
|
|||||||
title: Meow
|
title: MEW-DOS v1.1
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
url: ""
|
url: ""
|
||||||
baseurl: "/neko/crt"
|
baseurl: "/neko/crt"
|
||||||
@ -6,16 +6,9 @@ baseurl: "/neko/crt"
|
|||||||
plugins:
|
plugins:
|
||||||
- jekyll-paginate
|
- jekyll-paginate
|
||||||
|
|
||||||
paginate_path: "/page:num/"
|
paginate_path: "/blog/page:num/"
|
||||||
|
|
||||||
paginate: 5
|
paginate: 4
|
||||||
|
|
||||||
collections_dir: all_collections
|
|
||||||
collections:
|
|
||||||
posts:
|
|
||||||
output: true
|
|
||||||
projects:
|
|
||||||
output: true
|
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
- scope:
|
- scope:
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
list:
|
list:
|
||||||
footer_bio: based on the dark reader theme
|
footer_bio: pwrd by jekyll, html5 and css3
|
@ -1,7 +1,7 @@
|
|||||||
list:
|
list:
|
||||||
- title: ~/
|
- title: "~"
|
||||||
url: /
|
url: /
|
||||||
- title: ~/blog
|
- title: ~/blog
|
||||||
url: /blog.html
|
url: /blog/
|
||||||
- title: ~/doc/about
|
- title: ~/doc/about
|
||||||
url: /about.html
|
url: /about.html
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<p>
|
<p>
|
||||||
{{site.data.extra.list.footer_bio}}
|
{{site.data.extra.list.footer_bio}}<br>
|
||||||
</p>
|
2020 | {{site.title}}
|
||||||
<p>
|
|
||||||
20XX | {{site.title}}
|
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<header>
|
<header>
|
||||||
<a href=".">
|
<a href=".">
|
||||||
<h3>{{site.title}}</h3>
|
<div class="headline">{{site.title}}</div>
|
||||||
</a>
|
</a>
|
||||||
</header>
|
</header>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<nav>
|
<nav>
|
||||||
{% for item in site.data.nav.list %}
|
{% for item in site.data.nav.list %}
|
||||||
<a href="{{site.baseurl}}{{item.url}}"{% if page.url == item.url %} class="a-active" {% endif %}>{{item.title}}</a>
|
<a href="{{site.baseurl}}{{item.url}}"{% if item.url == page.url %} class="a-active" {% endif %}>{{item.title}}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -5,12 +5,6 @@
|
|||||||
<div class="screen">
|
<div class="screen">
|
||||||
<div class="screen-image"></div>
|
<div class="screen-image"></div>
|
||||||
<div class="screen-content crt">
|
<div class="screen-content crt">
|
||||||
<style>
|
|
||||||
.meta {
|
|
||||||
font-size: .7rem;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<!-- header -->
|
<!-- header -->
|
||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
<!-- nav -->
|
<!-- nav -->
|
||||||
|
@ -10,9 +10,7 @@
|
|||||||
{{content}}
|
{{content}}
|
||||||
<!-- nav -->
|
<!-- nav -->
|
||||||
{% include nav.html %}
|
{% include nav.html %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
10
about.md
10
about.md
@ -3,4 +3,12 @@ title: About
|
|||||||
layout: page-screen
|
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`.
|
@ -177,7 +177,7 @@ http://aleclownes.com/2017/02/01/crt-display.html
|
|||||||
.crt::before {
|
.crt::before {
|
||||||
content: " ";
|
content: " ";
|
||||||
display: block;
|
display: block;
|
||||||
position: fixed;
|
position: absolute;
|
||||||
top: auto;
|
top: auto;
|
||||||
left: auto;
|
left: auto;
|
||||||
bottom: auto;
|
bottom: auto;
|
||||||
|
@ -83,23 +83,14 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-list a {
|
.post-list a {
|
||||||
text-decoration: none;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
color: #FFBE00 !important;
|
color: #FFBE00 !important;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-list a:after {
|
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
left: auto;
|
|
||||||
transition: 0.4s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-list a:hover:after {
|
.post-list a:hover:after {
|
||||||
content: "_";
|
content: "_";
|
||||||
animation: blink 1s infinite;
|
animation: blink 1s infinite;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.asciiart {
|
.asciiart {
|
||||||
@ -113,23 +104,19 @@ main {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
.headline{
|
||||||
.post-list a:before,
|
padding-top: 20px;
|
||||||
.post-list a:before {
|
padding-bottom: 10px;
|
||||||
content: "#";
|
font-size: large;
|
||||||
color: #ff9400;
|
|
||||||
position: absolute;
|
|
||||||
left: -0.8em;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
/* footer */
|
/* footer */
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #ffd300;
|
color: #ffd300;
|
||||||
font-size: 0.7rem;
|
font-size: xx-small;
|
||||||
|
padding-top:20px;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 820 KiB |
@ -3,6 +3,14 @@ title: ~/blog
|
|||||||
layout: page-screen
|
layout: page-screen
|
||||||
---
|
---
|
||||||
|
|
||||||
{% for post in site.posts %}
|
<h2>▄▀▄▀ Recent Posts ▀▄▀▄</h2>
|
||||||
{{post.date | date: '%Y-%m-%d' }} <a href="{{site.baseurl}}/{{post.url}}"> {{post.title | replace:' ','_'}}.txt</a>
|
{% for post in paginator.posts %}
|
||||||
|
░▒▓█ {{post.date | date: '%Y-%m-%d' }} █▓▒░<a href="{{site.baseurl}}{{post.url}}">cat {{post.title | replace:' ','_'}}.txt</a>
|
||||||
{%endfor%}
|
{%endfor%}
|
||||||
|
|
||||||
|
{% if paginator.total_pages > 1 %}
|
||||||
|
{% if paginator.page == 1 %} <p>Page {{paginator.page}} <a href="{{site.baseurl}}{{paginator.next_page_path}}">»</a> </p>
|
||||||
|
{% elsif paginator.page == paginator.total_pages %} <p> <a href="{{site.baseurl}}{{paginator.previous_page_path}}">«</a> Page {{paginator.page}} </p>
|
||||||
|
{% else %} <p> <a href="{{site.baseurl}}{{paginator.previous_page_path}}">«</a> {{paginator.page}} <a href="{{site.baseurl}}{{paginator.next_page_path}}">»</a> </p>
|
||||||
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user