Ask HN: Paid/free lightweight solutions to host tech blog/site easily
I want to host a few posts I have written and will write in the future. I tried setting up my own minimal blogging setup, but it is too much PITA and I basically spent all the time yakshaving.
Has anyone used a solution that doesn't require too much work ? I basically want to write a few markdown files, add a timestamp in them and then push them somewhere to display as HTML.
Bonus if it loads only small CSS bundle and minimal to no JS.
7 comments
[ 0.23 ms ] story [ 17.9 ms ] threadWhat I want is basically need is `$script article.md > article.html` and then `git push` or even manually upload it on a form somewhere.
You can even setup hugo + github pages with a simple script. You fire the script, it compiles and push everything in the right places.
If you don't feel confident about theming, pick one from the website and you're good to go.
And to answer your question, wordpress.com, ghost.org, medium.com -- all of them provide simple publishing that meets your requirements (except perhaps for the 'minimal' part).
I am kind of ideologically motivated about site minimalism (no JS, minimal CSS), which is why I didn't go down the route of medium. Medium is probably the simplest, but as a reader I hate their UI, especially when I have a habit of highlights the para that I am reading and they bring up their annoying share function.
ghost.org is kinda outside my pricing for a trivial blog. 29 USD per month is not in my planned budget, atleast not with the content that I have in my mind now.
Sure, I can answer all of these questions later, once I get an audience, but I was hoping that someone here already might have found a solution that I can use immediately.
Guess I will resort to my backup plan then, have a basic HTML template and copy paste it for each article and edit the content.