Dan Romero pfp
Dan Romero
@dwr.eth
What's the simplest way to set up a single static webpage that you can edit in Markdown and then converts to HTML? Want to minimize boilerplate templating code and other complexity. Basically this, but not having to edit raw HTML. https://motherfuckingwebsite.com
36 replies
16 recasts
87 reactions

Gabriel Ayuso pfp
Gabriel Ayuso
@gabrielayuso.eth
This is roughly what I did for gabrielayuso.com A Go server with a minimal html template to wrap the rendered markdown files. Then you just write markdown files where the filename is the URL path. Keep this in github and use railway.app to deploy on commit. https://jonathanmh.com/creating-simple-markdown-blog-go-gin/
0 reply
0 recast
2 reactions