A lot of structural adjustments
This commit is contained in:
@@ -5,7 +5,7 @@ description: >- # site description
|
||||
You might also stumble upon projects made in Python or Rust.
|
||||
lang: en-US # default lang
|
||||
timezone: Europe/Berlin # set your timezone
|
||||
image: assets/img/ogp.png # TODO: This image used for Open Graph more info https://ogp.me/
|
||||
image: assets/img/ogp.png # This image used for Open Graph more info https://ogp.me/
|
||||
repo: https://gitea.siphalor.de/Siphalor/homepage # site repo [optional]
|
||||
mode: dark # default theme "dark" | "light"
|
||||
|
||||
@@ -19,6 +19,7 @@ author:
|
||||
github: Siphalor # github username
|
||||
twitter: Siphalor # twitter username
|
||||
facebook: # facebook username
|
||||
linkedin: johannes-f-siphalor # LinkedIn username
|
||||
email: info@siphalor.de # email adress
|
||||
avatar: /assets/img/avatar.jpg # change with your own avatar
|
||||
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
url: /
|
||||
external: false
|
||||
|
||||
- title: mods
|
||||
url: /mods/
|
||||
external: false
|
||||
|
||||
- title: blog
|
||||
url: /posts/
|
||||
external: false
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
<footer class="footer">
|
||||
<a class="footer_item" href="/thanks">ack.</a>
|
||||
<a class="footer_item" href="javascript::void(0)">resume</a>
|
||||
<a class="footer_item" href="https://github.com/Siphalor">github</a>
|
||||
<a class="footer_item" href="/feed.xml">rss</a>
|
||||
<span class="footer_item">© {{ site.time | date: "%Y" }}</span>
|
||||
<small class="footer_copyright">
|
||||
<!-- Klisé Theme: https://github.com/piharpi/jekyll-klise -->
|
||||
based on
|
||||
<a
|
||||
href="https://github.com/piharpi/jekyll-klise"
|
||||
target="_blank"
|
||||
rel="noreferrer noopener"
|
||||
>klisé</a
|
||||
>
|
||||
theme on
|
||||
theme with
|
||||
<a href="https://jekyllrb.com" target="_blank" rel="noreferrer noopener"
|
||||
>jekyll</a
|
||||
>
|
||||
@@ -26,7 +26,7 @@
|
||||
galite.UA = "{{ site.google_analytics }}";
|
||||
</script>
|
||||
{%- endif -%}
|
||||
{%- if page.url == '/archive/' -%}
|
||||
{%- if page.url == '/posts/' -%}
|
||||
<script src="/assets/js/search.min.js"></script>
|
||||
<script>
|
||||
var sjs = SimpleJekyllSearch({
|
||||
@@ -35,4 +35,4 @@
|
||||
json: '/assets/search.json',
|
||||
});
|
||||
</script>
|
||||
{%- endif -%}
|
||||
{%- endif -%}
|
||||
|
||||
@@ -185,6 +185,12 @@
|
||||
<a class="menu-link {% if url == '/' %}active{% endif %}" href="/">home</a>
|
||||
<a class="menu-link {% if url == '/about/' %}active{% endif %}" href="/about">about</a>
|
||||
{%- endif -%}
|
||||
<a class="menu-link menu-img" href="https://github.com/{{ site.author.github }}">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
|
||||
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"/>
|
||||
</svg>
|
||||
</a>
|
||||
{%- comment %}
|
||||
<a class="menu-link rss" href="/feed.xml">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
@@ -205,6 +211,7 @@
|
||||
/>
|
||||
</svg>
|
||||
</a>
|
||||
{% endcomment -%}
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
&.rss {
|
||||
&.menu-img {
|
||||
position: relative;
|
||||
bottom: -3px;
|
||||
outline: none;
|
||||
|
||||
16
about.md
16
about.md
@@ -1,18 +1,16 @@
|
||||
---
|
||||
title: Colophon
|
||||
title: About me
|
||||
permalink: /about/
|
||||
layout: page
|
||||
excerpt: Hello peeps, I'm student of computer science from Banyuwangi, living in Jogjakarta. This blog for documentation about my programming journey, running on jekyll, hosting on netlify and using my own simple theme.
|
||||
comments: false
|
||||
---
|
||||
|
||||
He's a student from Banyuwangi, living in Jogjakarta. the blog for documentation about his programming 🎒 journey, running on jekyll, hosting on [now.sh](http://now.sh) and using his own theme, he name it <a href="https://github.com/piharpi/jekyll-klise" target="_blank" rel="noopener">klisé</a>, he also loves to learning web technology; but he often forgot, that a reason why him doing the writing.
|
||||
Hi, I'm a German software developer currently studying Applied Informatics.
|
||||
|
||||
If you have a question about him or else, just send a letter to him.
|
||||
In my freetime I do quite [some modding]({% link modding.md %}) to the sandbox video game [Minecraft](https://en.wikipedia.org/wiki/Minecraft). I also do some more or less experimental projects with Python, PHP and Rust.
|
||||
|
||||
You can [report](http://github.com/piharpi/jekyll-klise/issues/new) if there is an broken link(s) or somethings else.
|
||||
**Contact**
|
||||
|
||||
**may u needs ✨**
|
||||
|
||||
- {{ site.author.email }}
|
||||
- github.com/{{ site.author.github }}
|
||||
- [<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-envelope-fill" viewBox="0 0 16 16"><path d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555zM0 4.697v7.104l5.803-3.558L0 4.697zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757zm3.436-.586L16 11.801V4.697l-5.803 3.546z"/></svg> {{ site.author.email }}](mailto:{{ site.author.email }})
|
||||
- [<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter" viewBox="0 0 16 16"><path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"/></svg> Twitter](https://twitter.com/{{ site.author.twitter }})
|
||||
- [<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16"><path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"/></svg> LinkedIn](https://linkedin.com/in/{{ site.author.linkedin }})
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 5.3 KiB |
7
modding.md
Normal file
7
modding.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Minecraft modding
|
||||
permalink: /mods/
|
||||
layout: page
|
||||
---
|
||||
|
||||
In my freetime I work on several mods for the sandbox video game [Minecraft](https://en.wikipedia.org/wiki/Minecraft). I base these mods on the [Fabric](https://fabricmc.net) toolchain but am kindly looking forward to the [Quilt](https://quiltmc.org) toolchain officially launching :)
|
||||
13
thanks.md
13
thanks.md
@@ -1,13 +0,0 @@
|
||||
---
|
||||
title: Acknowledgment
|
||||
permalink: /thanks/
|
||||
layout: page
|
||||
excerpt: Thanks to amazing people that i met, who help me out from follishness, connecting me with another good person, giving some advice when i'm at a bad things, pulling me from ordinary to be great.
|
||||
comments: false
|
||||
---
|
||||
|
||||
Thanks to amazing people that i met, who help me out from follishness, connecting me with another good person, giving some advice when i'm at a bad things, pulling me from ordinary to be great.
|
||||
|
||||
<hr>
|
||||
|
||||
Hopefully the knowledge that I got from them can be useful, and become a charity for them, Aamiin.
|
||||
Reference in New Issue
Block a user