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 --- archive/layouts/24-blog/baseof.html | 371 ++++++++++++++++++++++++++++++++++++ archive/layouts/24-blog/list.html | 38 ++++ archive/layouts/24-blog/single.html | 4 + 3 files changed, 413 insertions(+) create mode 100644 archive/layouts/24-blog/baseof.html create mode 100644 archive/layouts/24-blog/list.html create mode 100644 archive/layouts/24-blog/single.html (limited to 'archive/layouts/24-blog') diff --git a/archive/layouts/24-blog/baseof.html b/archive/layouts/24-blog/baseof.html new file mode 100644 index 0000000..7f504c4 --- /dev/null +++ b/archive/layouts/24-blog/baseof.html @@ -0,0 +1,371 @@ + + + + + + {{ .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 }} + +