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 @@