restore old index page
This commit is contained in:
parent
1df35310fb
commit
0709630d80
3 changed files with 39 additions and 9 deletions
|
@ -4,7 +4,7 @@ title = 'janw.name'
|
||||||
theme = 'janw'
|
theme = 'janw'
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
subtitle = 'personal blog and portfolio of jan wolff'
|
subtitle = 'Personal Blog and Portfolio of Jan Wolff'
|
||||||
|
|
||||||
[markup]
|
[markup]
|
||||||
[markup.goldmark]
|
[markup.goldmark]
|
||||||
|
@ -17,14 +17,14 @@ subtitle = 'personal blog and portfolio of jan wolff'
|
||||||
url = '/'
|
url = '/'
|
||||||
weight = 1
|
weight = 1
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = 'blog'
|
name = 'Blog'
|
||||||
url = '/posts/'
|
url = '/posts/'
|
||||||
weight = 100
|
weight = 100
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = 'projects'
|
name = 'Projects'
|
||||||
url = '/projects/'
|
url = '/projects/'
|
||||||
weight = 120
|
weight = 120
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = 'tools'
|
name = 'Tools'
|
||||||
url = '/tools/'
|
url = '/tools/'
|
||||||
weight = 120
|
weight = 120
|
||||||
|
|
|
@ -4,8 +4,38 @@ date: 2022-10-01T18:46:54Z
|
||||||
draft: true
|
draft: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<pre style="width:fit-content;margin:auto;border:none;">
|
||||||
|
.
|
||||||
|
/ V\
|
||||||
|
/ ` /
|
||||||
|
<< |
|
||||||
|
/ |
|
||||||
|
/ |
|
||||||
|
/ |
|
||||||
|
/ \ \ /
|
||||||
|
( ) | |
|
||||||
|
________| _/_ | |
|
||||||
|
<__________\______)\__)
|
||||||
|
</pre>
|
||||||
|
|
||||||
Hi! I’m Jan (he/him). I'm a programmer by trade. I've majored in computer
|
Hi! I’m Jan (he/him). I'm a programmer by trade. I've majored in computer
|
||||||
science and am currently working as a developer of e-commerce platforms, with a
|
science and am currently working as a developer of e-commerce platforms.
|
||||||
focus on _Magento 2_. However, I am interested in many different things. Be it writing tools
|
However, I am interested in many different things. Be it writing tools
|
||||||
that help me in my day-to-day grind or hobbyist game projects.
|
that help me in my day-to-day grind or hobbyist game projects.
|
||||||
You can find some of the stuff that I made on this website!
|
You can find some of the stuff that I made on this website!
|
||||||
|
|
||||||
|
## Contact
|
||||||
|
|
||||||
|
* Mail: `echo go@dkhw.hkgo | tr q-za-p q-zg-pa-f`<br>PGP: [0x99A9845A](99A9845A.asc)
|
||||||
|
* <a rel="me" href="https://tilde.zone/@zweiblatt">Mastodon</a>
|
||||||
|
* [GitLab](https://gitlab.com/xrcoredll)
|
||||||
|
* [GitHub](https://github.com/jancc)
|
||||||
|
|
||||||
|
## Webring
|
||||||
|
|
||||||
|
[←](https://fediring.net/previous?host=janw.name)
|
||||||
|
[Fediring](https://fediring.net/)
|
||||||
|
[→](https://fediring.net/next?host=janw.name)
|
||||||
|
| [I'm feeling lucky!](https://fediring.net/random)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -7,9 +7,9 @@ draft: true
|
||||||
## vma-extractor
|
## vma-extractor
|
||||||
|
|
||||||
[Proxmox](https://www.proxmox.com/de/) uses some self-built format to store VM
|
[Proxmox](https://www.proxmox.com/de/) uses some self-built format to store VM
|
||||||
backups. It is implemented as a patch to their Qemu fork.
|
backups. It is implemented as a patch to their Qemu fork. This is a tool to
|
||||||
|
extract VMA backups. It is written in Python 3. Development is somewhat stalled
|
||||||
This is a tool to extract VMA backups. It is written in Python3.
|
because I'm currently not working with Proxmox.
|
||||||
|
|
||||||
current version: 1.1.1
|
current version: 1.1.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue