Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Things I Learned from My First 6 Months of Anime Blogging (tfwanime.com)
10 points by thechainuser_ on April 11, 2019 | hide | past | favorite | 5 comments


Suggestions on easy low maintenance blogging platforms? I have been wanting to do my own blog on security for some time, even got a domain. I don't really want to do Wordpress, it makes me sad and I'd rather have someone else host.


I prefer paying for hosting, so I know that "I'm not the product".

I agree with the other posters so far: Static generators are the way to go today. Jekyll + Github Pages is common but I don't like it (I don't "trust" the free nature of Github now that its run by Microsoft. I wanna pay for the service.). Jekyll is a fine program, but the Ruby warts means that its a bit difficult to setup unless you have all your Gems lined up.

Hugo's installation process was far easier and practically does the same thing as Jekyll. Since its easier to setup and use Hugo, I prefer using that. But you really can't go wrong with either.

----------

My preferred webhost is "NearlyFreeSpeech": https://www.nearlyfreespeech.net/

Its great for static sites and shared hosting in general. The payment options are very clean and clear, and its very cheap. A simple SFTP or RSYNC to transfer your Hugo or Jekyll generated files over, and you're set. Simple if you know how to use command-line stuff.

NFS has a very simple "Lets Encrypt" based command line program to quickly add HTTPS encryption to your site.

---------

Other popular options for static-hosting are Amazon's S3 and Cloudflare. And of course the free options: Github pages, and Neocities.


Unless you really need dynamic content, just go with static pages. There's a lot of blog generators. (https://www.staticgen.com/) Then you upload the result wherever you want: shared hosting, S3, gcp, GitHub, ...


Jekyll and Github Pages is pretty low maintenance (static files and Markdown) and hosted on github.io.


Netlify?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: