From 8b67f4ef79ae09da782fd79da4259911314540f7 Mon Sep 17 00:00:00 2001 From: thepenguin Date: Sat, 25 Mar 2023 18:47:12 +0100 Subject: [PATCH] =?UTF-8?q?New=20post=20about=20bl=C3=A5haj?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/post/blahaj/blahaj.org | 11 ++ layouts/shortcodes/img.html | 10 ++ public/categories/blåhaj/index.html | 107 ++++++++++++++++ public/categories/blåhaj/index.xml | 20 +++ public/categories/index.html | 4 + public/categories/index.xml | 11 +- public/images/posts/blahaj.jpg | Bin 0 -> 39276 bytes public/index.html | 5 + public/index.xml | 11 +- .../post/2023/03/25/i-got-a-blåhaj/index.html | 116 ++++++++++++++++++ public/post/blahaj/blahaj.jpg | Bin 0 -> 39276 bytes public/post/index.html | 5 + public/post/index.xml | 11 +- public/sitemap.xml | 33 +++-- public/tags/blåhaj/index.html | 107 ++++++++++++++++ public/tags/blåhaj/index.xml | 20 +++ public/tags/index.html | 4 + public/tags/index.xml | 11 +- static/images/posts/blahaj.jpg | Bin 0 -> 39276 bytes 19 files changed, 470 insertions(+), 16 deletions(-) create mode 100644 content/post/blahaj/blahaj.org create mode 100644 layouts/shortcodes/img.html create mode 100644 public/categories/blåhaj/index.html create mode 100644 public/categories/blåhaj/index.xml create mode 100644 public/images/posts/blahaj.jpg create mode 100644 public/post/2023/03/25/i-got-a-blåhaj/index.html create mode 100644 public/post/blahaj/blahaj.jpg create mode 100644 public/tags/blåhaj/index.html create mode 100644 public/tags/blåhaj/index.xml create mode 100644 static/images/posts/blahaj.jpg diff --git a/content/post/blahaj/blahaj.org b/content/post/blahaj/blahaj.org new file mode 100644 index 0000000..62afb0f --- /dev/null +++ b/content/post/blahaj/blahaj.org @@ -0,0 +1,11 @@ +#+title: "I got a Blåhaj" +#+date: 2023-03-25T18:21:13+01:00 +#+draft: false +#+categories[]: Blåhaj +#+tags[]: Blåhaj + +I went out today and got a Blåhaj and a Småhaj. +It was nice. + +#+ATTR_HTML: :width 400px :alt Picture of one big Blåhaj and a small Blåhaj sleeping in a bed +[[/images/posts/blahaj.jpg]] diff --git a/layouts/shortcodes/img.html b/layouts/shortcodes/img.html new file mode 100644 index 0000000..45ab0bc --- /dev/null +++ b/layouts/shortcodes/img.html @@ -0,0 +1,10 @@ +{{ $imageName := .Get "img" }} +{{ $images := .Page.Resources.Match $imageName }} +{{ $image := index $images 0 }} +{{ $fill := .Get "fill" }} +{{ if $fill }}{{ $image = $image.Fill $fill }}{{ end }} +{{ $fit := .Get "fit" }} +{{ if $fit }}{{ $image = $image.Fit $fit }}{{ end }} +{{ $class := .Get "class" }} +{{ $style := .Get "style" }} +{{ print "" | markdownify}} diff --git a/public/categories/blåhaj/index.html b/public/categories/blåhaj/index.html new file mode 100644 index 0000000..6b6048a --- /dev/null +++ b/public/categories/blåhaj/index.html @@ -0,0 +1,107 @@ + + + + + + + + + + + + + Blåhaj | acorneroftheweb + + + +
+ + +
+ + + + +
+ + +
+ +

Blåhaj

+ + + + + +
+ + + + diff --git a/public/categories/blåhaj/index.xml b/public/categories/blåhaj/index.xml new file mode 100644 index 0000000..2a81535 --- /dev/null +++ b/public/categories/blåhaj/index.xml @@ -0,0 +1,20 @@ + + + + Blåhaj on acorneroftheweb + https://acorneroftheweb.com/categories/bl%C3%A5haj/ + Recent content in Blåhaj on acorneroftheweb + Hugo -- gohugo.io + en-us + Sat, 25 Mar 2023 18:21:13 +0100 + + "I got a Blåhaj" + https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/ + Sat, 25 Mar 2023 18:21:13 +0100 + + https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/ + I went out today and got a Blåhaj and a Småhaj. It was nice. + + + + diff --git a/public/categories/index.html b/public/categories/index.html index 27bdb9d..5621352 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -56,6 +56,10 @@