Comment on Looking for a simple personal homepage
Smokeydope@lemmy.world 3 days ago
I wrote my own set of tools in python that convert a simple gemtext formatted .gmi file into a static HTML file thats served by apache.
I’m a big fan of the Gemini Protocol project and found that handwriting pages in gemtext was ideal for focusing on text content and not worrying about formatting. Converting it to HTML+CSS with some scripts is pretty easy.
If anyone’s interested I can give a link, currently just hosting source locally on my website, really should get a public github running.