From 7ed442dfa3b26483ff6cd1eeb871b40b6be97f52 Mon Sep 17 00:00:00 2001 From: User Mms Date: Tue, 29 Oct 2024 15:30:06 +0100 Subject: feat: UF archive --- layouts/24-retired-bsd/baseof.html | 13 -- layouts/24-retired-bsd/list.html | 2 - layouts/24-retired-bsd/redirect.html | 9 - layouts/24-retired-bsd/single.html | 2 - layouts/partials/24-unification/nav.html | 40 ++++ layouts/retired-2024-blog/baseof.html | 371 ------------------------------- layouts/retired-2024-blog/list.html | 38 ---- layouts/retired-2024-blog/single.html | 4 - 8 files changed, 40 insertions(+), 439 deletions(-) delete mode 100644 layouts/24-retired-bsd/baseof.html delete mode 100644 layouts/24-retired-bsd/list.html delete mode 100644 layouts/24-retired-bsd/redirect.html delete mode 100644 layouts/24-retired-bsd/single.html create mode 100644 layouts/partials/24-unification/nav.html delete mode 100644 layouts/retired-2024-blog/baseof.html delete mode 100644 layouts/retired-2024-blog/list.html delete mode 100644 layouts/retired-2024-blog/single.html (limited to 'layouts') diff --git a/layouts/24-retired-bsd/baseof.html b/layouts/24-retired-bsd/baseof.html deleted file mode 100644 index 8bed0a0..0000000 --- a/layouts/24-retired-bsd/baseof.html +++ /dev/null @@ -1,13 +0,0 @@ -{{ block "main" . }} -{{ end }} - - - - - {{ .Title }} - - - - - - diff --git a/layouts/24-retired-bsd/list.html b/layouts/24-retired-bsd/list.html deleted file mode 100644 index e4e4a83..0000000 --- a/layouts/24-retired-bsd/list.html +++ /dev/null @@ -1,2 +0,0 @@ -{{ define "main" }} -{{ end }} diff --git a/layouts/24-retired-bsd/redirect.html b/layouts/24-retired-bsd/redirect.html deleted file mode 100644 index 599d57b..0000000 --- a/layouts/24-retired-bsd/redirect.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - {{ .Title }} - - - - - diff --git a/layouts/24-retired-bsd/single.html b/layouts/24-retired-bsd/single.html deleted file mode 100644 index e4e4a83..0000000 --- a/layouts/24-retired-bsd/single.html +++ /dev/null @@ -1,2 +0,0 @@ -{{ define "main" }} -{{ end }} diff --git a/layouts/partials/24-unification/nav.html b/layouts/partials/24-unification/nav.html new file mode 100644 index 0000000..a0c463b --- /dev/null +++ b/layouts/partials/24-unification/nav.html @@ -0,0 +1,40 @@ + Skip to content + + +
+ {{ partial "button-31" (dict "file" "rss.gif" "alt" "RSS Feed" "href" "https://michal.sapka.me/blog/index.xml") }} +
diff --git a/layouts/retired-2024-blog/baseof.html b/layouts/retired-2024-blog/baseof.html deleted file mode 100644 index 7f504c4..0000000 --- a/layouts/retired-2024-blog/baseof.html +++ /dev/null @@ -1,371 +0,0 @@ - - - - - - {{ .Page.Title }} - - - - - - - {{- $header_rect := resources.Get "blog/logo/right.png" }} - {{- $header_rect_180 := $header_rect.Resize "180x webp q90"}} - - - {{- $header_rect_32 := $header_rect.Resize "32x webp q90"}} - - - {{- $header_rect_16 := $header_rect.Resize "16x webp q90"}} - - - - - - - - - {{- $imageUrl := default "blog/logo/right.png" .Params.image }} - {{- $image := resources.Get $imageUrl }} - - - - - - - - - - - - - - - - - - -
- -
- -
-
My other sites:
- Brain Rots - Cool Emacs - History of Unix -
- - {{ block "main" . }} - {{ end }} - -