Comment by ๐ zeerooth
Re: "Gemini to HTML generator"
There is also
โ https://codeberg.org/snonux/gemtexter
2025-05-05 ยท 1 year ago
6 Later Comments โ
๐ฝ TKurtBond ยท 2025-05-06 at 01:55:
I use the static site generation feature of Lichen, a CMS written in Forth, to generate the HTML version of consp.org.
Lichen is at https://codeberg.org/stringbone/lichen/src/branch/master
๐ป mediocregopher [...] ยท 2025-05-06 at 06:40:
If you happen to be using Caddy as your webserver, I wrote a plugin for it which can do what you want. There's an example of how to use it in the repo as well.
โ https://dev.mediocregopher.com/mediocre-caddy-plugins/#httphandlersgemtext
๐ฒ byte [OP] ยท 2025-05-07 at 23:01:
@mediocregopher oh wow that's amazing! i should try that :3
๐ป ps ยท 2025-05-08 at 04:12:
Thought, I should use Markdown for preprocessing and then convert it separately to Gemtext, HTML, and any other format. I made a mistake when translated my existing documents from Markdown to Gemtext, just imho.
๐ป mediocregopher [...] ยท 2025-05-08 at 07:16:
@byte feel free to email me if you have any questions about using it :)
๐ clseibold [๐] ยท 2025-05-08 at 10:10:
@ps That seems like a good way to do it. Going from MD to another format will allow you to use more features that are HTML that get discarded in the gemtext. I wonder if anybody has done anything with AsciiDoc to HTML and Gemtext?
Original Post
Gemini to HTML generator โ hi, i was wondering if there are any reliable projects that i could use to convert my capsule with gemlogs into html with css automatically? i got a physical server and will be transfering my stuff onto it, so i decided to give a common web a try as well. as web is inferior to gemini and hand-editing it absolutely sucks, i'd prefer to still write my posts in gemtext for my capsule, and then pass them through some soft that either converts them once or acts as a proxy...