How I brought my blog to #gemini without writing it twice:
gemini://gmi.karl.berlin/gemini-blog.gmi
http://www.karl.berlin/gemini-blog.html
@michaelanckaert Thanks for the feedback! While templating is usually necessary for HTML pages, most Gemini pages do well without, since you don't need to set a title separately in the header and there is no expectation of navigation elements on each page.
@karlb Bookmarked ;)
@karlb interesting read! I’m working on a static site generator that targets both html and gmi output. I’ll have a look at md2gemini to see if I can simplify my generation code. What I like in my current setup is the ability to use Jinja2 templates to easily generate pages and posts based on a standard markup.