From 7e89c0b1ca96fef4078f2190b67187e01bd719ae Mon Sep 17 00:00:00 2001 From: lauralani Date: Tue, 8 Aug 2023 12:38:53 +0200 Subject: [PATCH] add some sites --- content/encryption.md | 48 ++++++++++++++++++++++++++++++++++++ content/found.md | 27 ++++++++++++++++++++ content/impressum.md | 17 +++++++++++++ layouts/_default/single.html | 2 +- 4 files changed, 93 insertions(+), 1 deletion(-) create mode 100644 content/encryption.md create mode 100644 content/found.md create mode 100644 content/impressum.md diff --git a/content/encryption.md b/content/encryption.md new file mode 100644 index 0000000..809469e --- /dev/null +++ b/content/encryption.md @@ -0,0 +1,48 @@ +--- +title: "Lauras SMIME and GPG Keys" +date: 2023-06-23T10:02:23+02:00 +--- +# Lauras Encryption Keys +Last updated: `{{< last-updated >}}` +## GPG Keys +### mail@lauka.net + +Links: +- [www.lauka.net](https://www.lauka.net/certificates/gpg/mail@lauka.net.asc) +- [keys.openpgp.org](https://keys.openpgp.org/vks/v1/by-fingerprint/AFB583D770414388D3C7D84E0BEBC883A64A806E) + + +Fingerprint: `AFB5 83D7 7041 4388 D3C7 D84E 0BEB C883 A64A 806E` + + +### laura@laurakalb.de + +Links: +- [www.lauka.net](https://www.lauka.net/certificates/gpg/laura@laurakalb.de.asc) +- [keys.openpgp.org](https://keys.openpgp.org/vks/v1/by-fingerprint/ABABDCBE322AD93D6F2577A45EEB5ED5B41E3C64) + + +Fingerprint: `ABAB DCBE 322A D93D 6F25 77A4 5EEB 5ED5 B41E 3C64` + + +## S/MIME Keys +### mail@lauka.net + +Links: +- [www.lauka.net](https://www.lauka.net/certificates/smime/mail@lauka.net.crt) + + +Fingerprint: +- sha256 `80824F76FFC7C0A284E3D509C72D9FBCD15FD171BC9C2AFCCCBB202BF239A659` +- sha1 `E37E4B05BA5F4ED1DDE02E1C2029E2718D676B36` + + +### laura@laurakalb.de + +Links: +- [www.lauka.net](https://www.lauka.net/certificates/smime/laura@laurakalb.de.crt) + + +Fingerprint: +- sha256 `9D998F12F668D63E4CFBA2A97B241DD16019718E35CE1A84B6EE3DB4DCCE9947` +- sha1 `080D2C468B5600EF8D19915255C96693093BDDEC` diff --git a/content/found.md b/content/found.md new file mode 100644 index 0000000..ee956df --- /dev/null +++ b/content/found.md @@ -0,0 +1,27 @@ +--- +date: 2023-08-08 12:20:00+02:00 +--- + +## 🇩🇪 German +Hi! Es sieht so aus als hättest du etwas von mir Verlorenes gefunden! +Bitte kontaktiere mich über einen der untenstehenden Kontaktwege! +Vielen Dank ♥ + + +## 🇬🇧/🇺🇸 English +Hi! It looke like you found a lost item of mine! +Please contact me via one of the ways described below! +Thank you ♥ + + +## ✉️ Kontaktwege / Ways to contact me + +_Telefon/Phone:_ +49 172 2585130 +_Email:_ mail@lauka.net +_Discord:_ @lauralani +_Fediverse:_ @lauralani@lila.network +_Matrix:_ @lauralani:lila.network + +## Info +Diese Seite wurde zuletzt geändert am / This page was last updated at: +{{< last-updated >}} \ No newline at end of file diff --git a/content/impressum.md b/content/impressum.md new file mode 100644 index 0000000..12db0d9 --- /dev/null +++ b/content/impressum.md @@ -0,0 +1,17 @@ +--- +title: Impressum und Datenschutzerklärung +--- +## Impressum + +_\[German law demands this\]_ + +Laura Kalb +Schulstr. 11 +91334 Hemhofen +Kontakt: lauka (minus) website (at) lauka (punkt) net + +## Datenschutzerklärung + +Der Webserver schreibt Logdateien mit den Zugriffen und den IP-Adressen der Zugreifer. Diese dienen der Fehlersuche im Krisenfall und werden ansonsten nicht ausgewertet. Da es hier keine Benutzerkonten und keine Tracking-Cookies o.ä. gibt, betrachte ich diese Logdateien nicht als personenbezogen. + +Abgesehen davon werden keine Daten erhoben, gespeichert oder ausgewertet. \ No newline at end of file diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 5cf005c..cbe7105 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,6 +1,6 @@ {{ define "page" }}
- Back to {{ .CurrentSection.Title }} + ⇠ go back

{{ .Title }}

{{ .Content }}