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