Have been running the same blog, on and off, since 2001. It has gone through many iterations, including being nuked and restarted several times, using archive.org as my backup. The current iteration is optimized around not having it be a source of stress or anxiety for me. Here is my setup: * I just use self-hosted Wordpress site on a Digital Ocean droplet. * I made my own theme that strips pretty much everything out…
How to Start Your Blog in 2023
141–150 of 257 posts
Re: How to Start Your Blog in 2023
#142Choosing the tool isn't the issue for me, writing is.
Re: How to Start Your Blog in 2023
#143I am the "weird dude who writes raw HTML" LOL. I had a self-hosted WordPress blog from 2006-2010, but security updates become a burden, especially since I had to modify the WP source code a little to do exactly what I wanted with the RSS feeds. After a few years of not blogging at all, I decided to use the simplest possible "system", which is writing blog posts in raw HTML in a text editor, as well as writing the RSS…
I was pleasantly surprised to learn writing raw html is not difficult, at all. I am not doing Rocket Science, though. As others say, static site generators introduce a layer of abstraction. I like writing in markdown too, but if I really cared to, I could write my own scripts to translate. However, I found that html does not introduce undue overhead. I am sure I could churn out content more quickly if I were writing…
So from writing to publishing is a short flow.
Re: How to Start Your Blog in 2023
#144Re: How to Start Your Blog in 2023
#145Earlier quoted context omitted.
> It's not pretty, but it's zero maintenance. I've been doing that for 10 years now, and I don't think I'd ever go back to a third-party dependency. SSG is third-party dependency in one way.
It seems to me that a text editor is the same sort of dependency as a static site generator. Especially if you store the resulting site as rendered.
At the end of the day you have to pull in a SSG from elsewhere and run it.
Re: How to Start Your Blog in 2023
#146I am the "weird dude who writes raw HTML" LOL. I had a self-hosted WordPress blog from 2006-2010, but security updates become a burden, especially since I had to modify the WP source code a little to do exactly what I wanted with the RSS feeds. After a few years of not blogging at all, I decided to use the simplest possible "system", which is writing blog posts in raw HTML in a text editor, as well as writing the RSS…
It suits me well.
Re: How to Start Your Blog in 2023
#1471. What you use or wherever you host, make sure that you can export your content in either plain text or a universal format that can be used by another tool or host it yourself. In short, own the content and use whatever tool it fits your current situations and limitations. 2. Possibly, try to get a domain of your own, and preferably a `.com`. Point that to whichever server you use (if they don't allow you to point,…
There's so many better options better than .com (commercial) .net .org .me .io .blog .info You can make it topical too .expert .engineer .doctor .camera .software Or have fun with it .lol .wtf .foo
Re: How to Start Your Blog in 2023
#148Re: How to Start Your Blog in 2023
#149I am the "weird dude who writes raw HTML" LOL. I had a self-hosted WordPress blog from 2006-2010, but security updates become a burden, especially since I had to modify the WP source code a little to do exactly what I wanted with the RSS feeds. After a few years of not blogging at all, I decided to use the simplest possible "system", which is writing blog posts in raw HTML in a text editor, as well as writing the RSS…
What's wrong with you?
Re: How to Start Your Blog in 2023
#150Earlier quoted context omitted.
Is there a way for SSGs to support viewer comments?
There's a good resource of available commenting systems for static sites here (not mine): https://darekkay.com/blog/static-site-comments/