From bf314a52e63ef4f735b8f5c6b9fa00a3391f4af1 Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Wed, 17 Nov 2021 17:51:07 +0100 Subject: [PATCH] update --- content/projects/xd0.de.de.md | 7 +++++++ layouts/shortcodes/peertube.html | 9 +++++++++ static/css/custom.css | 4 ++++ 3 files changed, 20 insertions(+) create mode 100644 layouts/shortcodes/peertube.html diff --git a/content/projects/xd0.de.de.md b/content/projects/xd0.de.de.md index 9d9861b..974e17c 100644 --- a/content/projects/xd0.de.de.md +++ b/content/projects/xd0.de.de.md @@ -32,7 +32,14 @@ Dienste auf xd0.de werden mit Freier Software betrieben. ## Self-Hosting * https://yunohost.org/ +* https://www.freedombox.org/ * https://github.com/awesome-selfhosted/awesome-selfhosted +* https://prism-break.org +* https://www.privacytools.io/ +* https://www.linuxserver.io/ +* https://www.proxmox.com +* https://www.univention.com/products/ucs/ +* https://switching.software *** diff --git a/layouts/shortcodes/peertube.html b/layouts/shortcodes/peertube.html new file mode 100644 index 0000000..bcab7c9 --- /dev/null +++ b/layouts/shortcodes/peertube.html @@ -0,0 +1,9 @@ +{{ if .IsNamedParams }} +
+ +
+{{ else }} +
+ +
+{{ end }} diff --git a/static/css/custom.css b/static/css/custom.css index fdd4ea0..61b2227 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -16,3 +16,7 @@ img[src*="#nofilter"] { -o-filter: initial; filter: initial; } + +h2 { + background: #00aaaa; +}