Things I Learned from My First 6 Months of Anime Blogging
1–7 of 7 posts
Re: Things I Learned from My First 6 Months of Anime Blogging
#2Re: Things I Learned from My First 6 Months of Anime Blogging
#3Suggestions 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.
Re: Things I Learned from My First 6 Months of Anime Blogging
#4Suggestions 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.
Re: Things I Learned from My First 6 Months of Anime Blogging
#5Suggestions 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.
Jekyll and Github Pages is pretty low maintenance (static files and Markdown) and hosted on github.io.
Re: Things I Learned from My First 6 Months of Anime Blogging
#6Suggestions 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.
Re: Things I Learned from My First 6 Months of Anime Blogging
#7Suggestions 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 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.