From 55bd24b6e69bc4d1e489c62c61a2b51a16cba6ef Mon Sep 17 00:00:00 2001 From: ferkle Date: Fri, 28 Nov 2025 10:03:51 +0100 Subject: [PATCH] more posts --- .gitmodules | 6 + content/about.md | 12 + content/posts/i-feel-guilty.md | 20 + content/posts/im-tired.md | 14 + hugo.toml | 40 +- layouts/page/about.html | 11 + public/404.html | 26 +- public/about/index.html | 66 ++ ...bdf6f47dc776516e1692e412ec7d76f4a5faa2.css | 1 + public/categories/index.html | 142 ++-- public/categories/index.xml | 8 +- public/categories/page/1/index.html | 10 + ...1810beab1331847df94b1b430478b309f28282.css | 173 ++++ ...121cd01f87c88586803cbb282aa224720a765f.css | 41 + ...e9932aa81d9d7acc70199463e79f8180c8e0c0.css | 787 ++++++++++++++++++ public/css/styles.css | 1 + public/fonts/SimpleIcons.woff2 | Bin 0 -> 796696 bytes public/fonts/fira-sans-v10-latin-regular.eot | Bin 0 -> 25059 bytes public/fonts/fira-sans-v10-latin-regular.svg | 330 ++++++++ public/fonts/fira-sans-v10-latin-regular.ttf | Bin 0 -> 54984 bytes public/fonts/fira-sans-v10-latin-regular.woff | Bin 0 -> 25888 bytes .../fonts/fira-sans-v10-latin-regular.woff2 | Bin 0 -> 21244 bytes .../ibm-plex-mono-v6-latin-500italic.eot | Bin 0 -> 17474 bytes .../ibm-plex-mono-v6-latin-500italic.svg | 365 ++++++++ .../ibm-plex-mono-v6-latin-500italic.ttf | Bin 0 -> 40032 bytes .../ibm-plex-mono-v6-latin-500italic.woff | Bin 0 -> 19900 bytes .../ibm-plex-mono-v6-latin-500italic.woff2 | Bin 0 -> 15224 bytes .../fonts/roboto-mono-v12-latin-regular.eot | Bin 0 -> 13517 bytes .../fonts/roboto-mono-v12-latin-regular.svg | 405 +++++++++ .../fonts/roboto-mono-v12-latin-regular.ttf | Bin 0 -> 22224 bytes .../fonts/roboto-mono-v12-latin-regular.woff | Bin 0 -> 15160 bytes .../fonts/roboto-mono-v12-latin-regular.woff2 | Bin 0 -> 12312 bytes public/head-explode.png | Bin 0 -> 16461 bytes public/images/head-explode.png | Bin 0 -> 16461 bytes public/images/screaming-skill.png | Bin 0 -> 40473 bytes public/images/screaming-skull.png | Bin 0 -> 40473 bytes public/index.html | 202 ++--- public/index.xml | 37 +- public/js/MathJax.js | 19 + public/js/highlight.js | 7 + public/js/jssocials.js | 554 ++++++++++++ public/js/main.js | 0 public/js/themetoggle.js | 47 ++ public/katex/auto-render.min.js | 1 + public/katex/katex.min.css | 1 + public/katex/katex.min.js | 1 + public/page/1/index.html | 10 + public/posts/i-feel-guilty/index.html | 108 +++ public/posts/im-tired/index.html | 96 +++ public/posts/index.html | 64 ++ public/posts/index.xml | 33 + public/posts/my-first-post/index.html | 88 ++ public/posts/page/1/index.html | 10 + public/sitemap.xml | 21 +- public/svg/feather-sprite.svg | 1 + public/tags/index.html | 142 ++-- public/tags/index.xml | 8 +- public/tags/page/1/index.html | 10 + ...s_c23e60d80d9e9820d4a62ccadab8decb.content | 1 + ....css_c23e60d80d9e9820d4a62ccadab8decb.json | 1 + static/images/ardubx_ASCII_Rorschach.png | Bin 0 -> 1774494 bytes static/images/head-explode.png | Bin 0 -> 16461 bytes static/images/screaming-skull.png | Bin 0 -> 40473 bytes themes/archie | 1 + 64 files changed, 3605 insertions(+), 316 deletions(-) create mode 100644 content/about.md create mode 100644 content/posts/i-feel-guilty.md create mode 100644 content/posts/im-tired.md create mode 100644 layouts/page/about.html create mode 100644 public/about/index.html create mode 100644 public/ananke/css/main.min.d05fb5f317fcf33b3a52936399bdf6f47dc776516e1692e412ec7d76f4a5faa2.css create mode 100644 public/categories/page/1/index.html create mode 100644 public/css/dark.478e7f2b9cf8d87be42edfd9fe1810beab1331847df94b1b430478b309f28282.css create mode 100644 public/css/fonts.2c2227b81b1970a03e760aa2e6121cd01f87c88586803cbb282aa224720a765f.css create mode 100644 public/css/main.7a5c05040394322612a2d98397e9932aa81d9d7acc70199463e79f8180c8e0c0.css create mode 100644 public/css/styles.css create mode 100644 public/fonts/SimpleIcons.woff2 create mode 100644 public/fonts/fira-sans-v10-latin-regular.eot create mode 100644 public/fonts/fira-sans-v10-latin-regular.svg create mode 100644 public/fonts/fira-sans-v10-latin-regular.ttf create mode 100644 public/fonts/fira-sans-v10-latin-regular.woff create mode 100644 public/fonts/fira-sans-v10-latin-regular.woff2 create mode 100644 public/fonts/ibm-plex-mono-v6-latin-500italic.eot create mode 100644 public/fonts/ibm-plex-mono-v6-latin-500italic.svg create mode 100644 public/fonts/ibm-plex-mono-v6-latin-500italic.ttf create mode 100644 public/fonts/ibm-plex-mono-v6-latin-500italic.woff create mode 100644 public/fonts/ibm-plex-mono-v6-latin-500italic.woff2 create mode 100644 public/fonts/roboto-mono-v12-latin-regular.eot create mode 100644 public/fonts/roboto-mono-v12-latin-regular.svg create mode 100644 public/fonts/roboto-mono-v12-latin-regular.ttf create mode 100644 public/fonts/roboto-mono-v12-latin-regular.woff create mode 100644 public/fonts/roboto-mono-v12-latin-regular.woff2 create mode 100644 public/head-explode.png create mode 100644 public/images/head-explode.png create mode 100644 public/images/screaming-skill.png create mode 100644 public/images/screaming-skull.png create mode 100644 public/js/MathJax.js create mode 100644 public/js/highlight.js create mode 100644 public/js/jssocials.js create mode 100644 public/js/main.js create mode 100644 public/js/themetoggle.js create mode 100644 public/katex/auto-render.min.js create mode 100644 public/katex/katex.min.css create mode 100644 public/katex/katex.min.js create mode 100644 public/page/1/index.html create mode 100644 public/posts/i-feel-guilty/index.html create mode 100644 public/posts/im-tired/index.html create mode 100644 public/posts/index.html create mode 100644 public/posts/index.xml create mode 100644 public/posts/my-first-post/index.html create mode 100644 public/posts/page/1/index.html create mode 100644 public/svg/feather-sprite.svg create mode 100644 public/tags/page/1/index.html create mode 100644 resources/_gen/assets/ananke/css/main.css_c23e60d80d9e9820d4a62ccadab8decb.content create mode 100644 resources/_gen/assets/ananke/css/main.css_c23e60d80d9e9820d4a62ccadab8decb.json create mode 100644 static/images/ardubx_ASCII_Rorschach.png create mode 100644 static/images/head-explode.png create mode 100644 static/images/screaming-skull.png create mode 160000 themes/archie diff --git a/.gitmodules b/.gitmodules index 5154615..cbe6b00 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "themes/ananke"] path = themes/ananke url = https://github.com/theNewDynamic/gohugo-theme-ananke.git +[submodule "themes/charaka-hugo-theme"] + path = themes/charaka-hugo-theme + url = https://github.com/natarajmb/charaka-hugo-theme.git +[submodule "themes/archie"] + path = themes/archie + url = https://github.com/athul/archie.git diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..53b215f --- /dev/null +++ b/content/about.md @@ -0,0 +1,12 @@ +--- +title: "About" +Description: "Who am I? What am I doing here?" + +layout: "about" + +--- + +I am a frustrated nerd. +A code monkey. + +Send me an email to `ferkle at ~ dot club` diff --git a/content/posts/i-feel-guilty.md b/content/posts/i-feel-guilty.md new file mode 100644 index 0000000..44cb9c7 --- /dev/null +++ b/content/posts/i-feel-guilty.md @@ -0,0 +1,20 @@ ++++ +date = '2025-11-27T14:43:13+01:00' +draft = false +title = 'I Feel Guilty' ++++ + +![Screaming Skull!](images/screaming-skull.png) + +Image by [Jackey](https://16colo.rs/pack/mist1024/PIZZATOE-JACKEY-SCREAMING_SKULL.ANS) + +Sometimes I feel guilty. +Guilty for not creating or contributing to an open source project. +I have the skills to do it. +Returning to the commons is useful and good. +I am very conviced of this. +I am certain that free/libre open source software is the right political movement for me. + +Still I cannot be arsed to do my part. + +I am tired. diff --git a/content/posts/im-tired.md b/content/posts/im-tired.md new file mode 100644 index 0000000..4d2707e --- /dev/null +++ b/content/posts/im-tired.md @@ -0,0 +1,14 @@ ++++ +date = '2025-11-10T14:00:46+01:00' +draft = false +title = "I'm Tired" ++++ + +I am sooo tired. +Fucking work is annoying. +All just for the money. +I hate working for money. + +![My head explodes!](images/head-explode.png) + +Image by [@mavenmob](https://oldbytes.space/@mavenmob) diff --git a/hugo.toml b/hugo.toml index 0ceb580..6a41b32 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,40 @@ -baseURL = 'https://tilde.club/~ferkle/' +baseURL = 'https://tilde.club/~ferkle' languageCode = 'en-us' title = 'Ferkle Blog' -theme = 'ananke' +theme = 'archie' +# theme = 'ananke' +pygmentsstyle = "monokai" +pygmentscodefences = true +pygmentscodefencesguesssyntax = true + +[pagination] + pagerSize = 4 # articles per page + +[params] + mode="dark" # color-mode → light,dark,toggle or auto + useCDN=false # don't use CDNs for fonts and icons, instead serve them locally. + subtitle = "" + mathjax = false # enable MathJax support + katex = false # enable KaTeX support + +# Main menu Items + +[[menu.main]] +name = "Home" +url = "/" +weight = 1 + +[[menu.main]] +name = "All posts" +url = "/posts" +weight = 2 + +[[menu.main]] +name = "About" +url = "/about" +weight = 3 + +# [[menu.main]] +# name = "Tags" +# url = "/tags" +# weight = 4 diff --git a/layouts/page/about.html b/layouts/page/about.html new file mode 100644 index 0000000..a3bd79b --- /dev/null +++ b/layouts/page/about.html @@ -0,0 +1,11 @@ +{{ define "main" }} + +
+
+ +
{{ .Content }} + +
+
+
+{{ end }} diff --git a/public/404.html b/public/404.html index 8c89fe1..2fa91c1 100644 --- a/public/404.html +++ b/public/404.html @@ -1,22 +1,22 @@ - + - My New Hugo Site + Ferkle Blog - + - + @@ -32,11 +32,11 @@ - + - - + + @@ -45,8 +45,10 @@ + + - + @@ -54,9 +56,9 @@