this post was submitted on 31 Oct 2023
54 points (90.9% liked)

Selfhosted

37796 readers
901 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I want to make my own website, like a blog where I talk about tech and tutorials and such. Something like https://kerkour.com and https://lukesmith.xyz. Any ideas for simple but modern design?

you are viewing a single comment's thread
view the rest of the comments
[–] TCB13@lemmy.world -4 points 8 months ago (1 children)

Says the guy who never used it.

[–] astraeus@programming.dev 4 points 8 months ago* (last edited 8 months ago) (1 children)

I wish this were the case. I have to manage multiple Wordpress sites and its backend is a sticky mess of outdated PHP conventions and plugins with very little standardization and even less thorough verification. If you’ve ever had to migrate sites or move new content from one site to another, if you’ve ever had to shift domains or deal with multi-site configurations, you will realize that Wordpress makes things easy for the end-user but there’s a reason there are so many managed Wordpress offerings out there.

[–] TCB13@lemmy.world 0 points 8 months ago* (last edited 8 months ago)

I'm sorry, still I've and I do that from time to time. Last month or so I was upgrading old WP sites from PHP 7 to work on PHP 8.2 and yes I had to manually fix stuff here and there. As you yourself said the problem isn't WP alone, its the amounts of shit people do with it - plugins and themes very poorly coded etc.

I've had two very different experiences, websites that were properly coded back then and updates go very smoothly without intervention (or little) and then the run of the mill theme coded in India with 400 plugins that will all break.

When things are properly done by professionals they tend to work fine in the long run, you don't have to deal with shitty plugins and poorly structured code. WP itself is solid and good, what people add above tends to be garbage.