this post was submitted on 16 Sep 2025
335 points (98.3% liked)

Comic Strips

19557 readers
1283 users here now

Comic Strips is a community for those who love comic stories.

The rules are simple:

Web of links

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ZILtoid1991@lemmy.world 21 points 2 weeks ago (5 children)

How do I start a blog in the modern day.

[–] Kichae@lemmy.ca 10 points 2 weeks ago

Look to something like wordpress.org or writefreely.org if you want to self host. If you want a free hosting platform, weirdly enough, blogger still exists, or you can use wordpress.com.

[–] TurtleTourParty@midwest.social 5 points 2 weeks ago

I created a blog with Hugo (static site generator) the works off a git repo on gitlab (when the repo's updated it regenerates the site).

The only problem is that I don't have anything to say...

[–] SomeAmateur@sh.itjust.works 4 points 2 weeks ago (1 children)
[–] ZILtoid1991@lemmy.world 16 points 2 weeks ago (4 children)

No thanks, I don't want to monetize, nor support its owners.

[–] ArsonButCute@lemmy.dbzer0.com 15 points 2 weeks ago

Static site generator then host it on a vape

[–] SomeAmateur@sh.itjust.works 3 points 2 weeks ago

So what would be your recommendation instead?

[–] warbond@lemmy.world 2 points 2 weeks ago (1 children)

I've only recently even heard of substack as some sort of social media platform. I'm almost afraid to ask, but what's wrong with its owners?

[–] kyonshi@dice.camp 5 points 2 weeks ago

@warbond @ZILtoid1991 nazis. Or at least very happy to platform nazis.

[–] DaGeek247@fedia.io 1 points 2 weeks ago

Traditional way is to just use a WordPress account, and then move onto a paid hosting service of you decide you like keeping up with your blog. No point in paying for something you don't use. Their ceo was a dick with open source stuff, but the website itself is still solid enough to be used to check if its a hobby you want to actually keep up with.

If you want to spend just as much time managing the blog as you do actually sharing things, a raspberry pi, Hugo, nginx, and a lot of time are also an option.

I personally use Porkbun for the .com and hostinger for the backend, and it's been great for the past couple years to host my own wordpress setup.

But actually, I think that makes me oldschool. The new kids are using neocities.

[–] MonkderVierte@lemmy.zip 3 points 2 weeks ago* (last edited 2 weeks ago)

A bunch of markdown files, pandoc, sed, a server (php -S). That's all you need.
Alternatively, asciidoctor to replace markdown, pandoc and sed.

If you want to go fancy, please use a static site generator.

[–] umbraroze@slrpnk.net 3 points 2 weeks ago

I previously used Tumblr. I wanted to start a photo blog, was researching WordPress.com, but since it's run by the same company anyway, I decided to just use Tumblr after all. Every time the site hickups, I go "certainly, Matt Mullenweg is somehow behind this."

I've yet to post properly on my development blog. If you use GitHub Pages, it uses Jekyll, which has blog support out of the box.