new design

This commit is contained in:
Michael Clemens 2021-07-15 19:45:57 +02:00
parent f9c73c5871
commit b7deb5c167
8 changed files with 57 additions and 11 deletions

View File

@ -1,6 +1,6 @@
baseURL = "https://qrz.is/"
languageCode = "en-us"
title = "-= qrz.is =-"
title = "qrz.is"
copyright = "Michael Clemens"
subtitle = "personal website of Michael Clemens / DL6MHC"
theme = "smol"
@ -37,11 +37,11 @@ publishDir = "/var/www/qrz.is"
weight = 7
url = "https://qrz.com/DB/DL6MHC"
[[menu.footer]]
name = "Datenschutz"
name = "Privacy/Datenschutz"
weight = 8
url = "/privacy/"
[[menu.footer]]
name = "Impressum"
name = "Impress/Impressum"
weight = 9
url = "/impressum/"

View File

@ -15,7 +15,7 @@ Apart from computer related hobbies, I love analog photography, bicycles, readin
I am a licensed ham radio operator and member of the [DARC][3]. My callsign is DL6MHC. You can find some information about my station on my [QRZ.com page][6].
If you'd like to contact me, please send me a mail to mail@_domainofthiswebsite_ or send me a toot on [Mastodon][5].
If you'd like to contact me, please send me a mail to [contact_0x7E5@qrz.is](mailto:contact_0x7E5@qrz.is) or send me a toot on [Mastodon][5].
[1]: https://wiki.fsfe.org/Fellows/clemens
[2]: /projects/

View File

@ -2,6 +2,7 @@
title: "Heated Trackball"
date: 2014-12-22T14:34:34+02:00
draft: false
url: /heated-trackball/
---
## Parts needed

View File

@ -45,7 +45,7 @@ draft: false
[11]: /little-helper/
[12]: https://clemens.name/curses/index.html
[13]: gopher://gopher.bildschirmtext.com
[14]: /blog/heated_trackball/
[14]: /heated-trackball/
[15]: http://fsfe.org
[16]: http://sdf.org
[17]: /the-antennapi/

View File

@ -1,8 +1,8 @@
<footer>
<hr style="border-style: dashed; size: 1px; border-color: orange" />
<p>&copy; {{ now.Year }} <a href="{{ .Site.BaseURL }}"><b>{{ if .Site.Copyright }}{{ .Site.Copyright }}{{ else }}{{ .Site.Title }}{{ end }}</b></a>
<hr style="border-style: solid; size: 1px; border-color: orange" />
<p>&copy; {{ now.Year }} <a style="text-decoration: none" href="{{ .Site.BaseURL }}"><b>{{ if .Site.Copyright }}{{ .Site.Copyright }}{{ else }}{{ .Site.Title }}{{ end }}</b></a>
{{- range .Site.Menus.footer }}
- <a rel="me" href="{{ .URL }}"><b>{{ .Name }}</b></a>
- <a style="text-decoration: none" rel="me" href="{{ .URL }}"><b>{{ .Name }}</b></a>
{{- end }}
</p>
</footer>

View File

@ -11,11 +11,11 @@
</div>
<nav>
--> <a href="/"><b>Home</b></a>
/ <a style="text-decoration: none" href="/"><b>Home</b></a>
{{ with .Site.Menus.main }}
{{ range . }}
- <a href="{{ .URL | relURL }}"><b>{{ .Name }}</b></a>
{{ end }} <--
/ <a style="text-decoration: none" href="{{ .URL | relURL }}"><b>{{ .Name }}</b></a>
{{ end }} /
</nav>
</p>
{{ end }}

View File

45
static/404.html Normal file
View File

@ -0,0 +1,45 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<style type=text/css>body{font-family:monospace;}</style>
<title>qrz.is</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="qrz.is">
</head>
<body>
<div class="ascii-art">
</br>
</br>
</br>
</br>
<a href="/" style="text-decoration: none; text-align: center;">
██╗██╗ █████╗ ██╗██╗
██╔╝██║██╔══██╗ ██╔╝██║
██╔╝ ██║██║ ██║██╔╝ ██║
███████║██║ ██║███████║
╚════██║╚█████╔╝╚════██║
╚═╝ ╚════╝ ╚═╝
██████╗ █████╗ ██████╗ ███████╗  ███╗ ██╗ █████╗ ████████╗  ███████╗ █████╗ ██╗ ██╗███╗ ██╗██████╗
██╔══██╗██╔══██╗██╔════╝ ██╔════╝  ████╗ ██║██╔══██╗╚══██╔══╝  ██╔════╝██╔══██╗██║ ██║████╗ ██║██╔══██╗
██████╔╝███████║██║ ██╗ █████╗   ██╔██╗██║██║ ██║ ██║   █████╗ ██║ ██║██║ ██║██╔██╗██║██║ ██║
██╔═══╝ ██╔══██║██║ ╚██╗██╔══╝   ██║╚████║██║ ██║ ██║   ██╔══╝ ██║ ██║██║ ██║██║╚████║██║ ██║
██║ ██║ ██║╚██████╔╝███████╗  ██║ ╚███║╚█████╔╝ ██║   ██║ ╚█████╔╝╚██████╔╝██║ ╚███║██████╔╝
╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝  ╚═╝ ╚══╝ ╚════╝ ╚═╝   ╚═╝ ╚════╝ ╚═════╝ ╚═╝ ╚══╝╚═════╝
</a>
</div>
</body>
</html>