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'
|
||||
|
||||
[params]
|
||||
subtitle = 'personal blog and portfolio of jan wolff'
|
||||
subtitle = 'Personal Blog and Portfolio of Jan Wolff'
|
||||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
|
@ -17,14 +17,14 @@ subtitle = 'personal blog and portfolio of jan wolff'
|
|||
url = '/'
|
||||
weight = 1
|
||||
[[menu.main]]
|
||||
name = 'blog'
|
||||
name = 'Blog'
|
||||
url = '/posts/'
|
||||
weight = 100
|
||||
[[menu.main]]
|
||||
name = 'projects'
|
||||
name = 'Projects'
|
||||
url = '/projects/'
|
||||
weight = 120
|
||||
[[menu.main]]
|
||||
name = 'tools'
|
||||
name = 'Tools'
|
||||
url = '/tools/'
|
||||
weight = 120
|
||||
|
|
|
@ -4,8 +4,38 @@ date: 2022-10-01T18:46:54Z
|
|||
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
|
||||
science and am currently working as a developer of e-commerce platforms, with a
|
||||
focus on _Magento 2_. However, I am interested in many different things. Be it writing tools
|
||||
science and am currently working as a developer of e-commerce platforms.
|
||||
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.
|
||||
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
|
||||
|
||||
[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.
|
||||
|
||||
This is a tool to extract VMA backups. It is written in Python3.
|
||||
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
|
||||
because I'm currently not working with Proxmox.
|
||||
|
||||
current version: 1.1.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue