Okay, 2nd attempt!

Blog is now with gmi files ^^

gemini://uvokchee.de/all.gmi
and/or
gemini://uvokchee.de/index.gmi

(I don't know which works better for you)

cc @wmd @kaze

#gemini #GeminiProtocol #gemini_protocol

Background:
I completely forgot the jekyll build alone was not enough, and I still had to execute a post-conversion step.

The source code is originally based on
https://github.com/Aarontheissueguy/Html2GeminiPy.git
and adaptet at
https://git.uvok.de/html2gemini/

GitHub - Aarontheissueguy/Html2GeminiPy: Convert html sites to fully functional gemini containers using python.

Convert html sites to fully functional gemini containers using python. - Aarontheissueguy/Html2GeminiPy

GitHub

Also, I fixed my dn42 gemini version as well.

Turns out, if you serve multiple pages via agate webserver, you need one /content/... subdirectory for each subdomain

#GeminiProtocol

Since I run my #dn42 nodes on a *different* VPS than where my blog is running now, (and I don't want to copy my blog in two places!) I now employ socat.

Also, since I run dn42 inside a Linux network namespace, I also had to utilize NAT.

It's messy and I hate it.