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
33 replies
16 recasts
87 reactions
Dan Romero
@dwr.eth
The closest thing to this is GitHub Pages with Jekyll but there's a lot of overhead. Could even be a CLI that converts Markdown to single HTML file and then uploads to server or whatever deploy workflow on Netlify?
2 replies
0 recast
1 reaction
vrypan |--o--|
@vrypan.eth
You can reduce some of the overhead by using the web interface on GitHub. Add File > Create New File > you're practically in a text/md editor.
0 reply
0 recast
0 reaction