Comment on Ask HN: Any no-fuss way to publish Markdown to blog postsComments−gigatexal2yI have a custom setup using pandoc … but why not something like ghost or any other static site generator. They take markdown and convert it into html.−randomorOP2yI haven’t tried ghost. But it needs to be hosted and can’t be static and served from github or netlify tho? The only features I need for editing can all be satisfied by vs code or markdown editors better so I don’t really need a CMS system.−gigatexal2yI am pretty sure ghost can be setup with GitHub pages.Ahh then it all you need is something to render to the web then yeah a CMS is overkill.
Comments
I have a custom setup using pandoc … but why not something like ghost or any other static site generator. They take markdown and convert it into html.
I haven’t tried ghost. But it needs to be hosted and can’t be static and served from github or netlify tho? The only features I need for editing can all be satisfied by vs code or markdown editors better so I don’t really need a CMS system.
I am pretty sure ghost can be setup with GitHub pages.
Ahh then it all you need is something to render to the web then yeah a CMS is overkill.