meta: Big update

- Update design
- Add new logo
- All posts in a single category
- New draft: Selbst Hosting
This commit is contained in:
Jan Kremer 2025-02-17 19:52:28 +01:00
parent fa8cf1f9cd
commit bc23423206
Signed by: jan
GPG key ID: A7DA689CB3B078EC
33 changed files with 355 additions and 240 deletions

View file

@ -1,2 +1,4 @@
<h1 class="title"><a href="/">{{ site.Title }}</a></h1>
<a href="/" class="title">
{{ partial "logo.svg" . }}{{ site.Title }}
</a>
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}