this post was submitted on 16 Sep 2025
344 points (98.0% liked)

Comic Strips

19337 readers
1114 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 22 points 4 days ago (5 children)

How do I start a blog in the modern day.

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...

[–] Kichae@lemmy.ca 10 points 4 days 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.

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

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

[–] ArsonButCute@lemmy.dbzer0.com 15 points 4 days ago

Static site generator then host it on a vape

[–] SomeAmateur@sh.itjust.works 3 points 4 days ago

So what would be your recommendation instead?

[–] warbond@lemmy.world 2 points 4 days 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 4 days ago

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

[–] DaGeek247@fedia.io 1 points 4 days 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 4 days ago* (last edited 4 days 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 4 days 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.