this post was submitted on 25 Jun 2024
310 points (99.1% liked)

Technology

57453 readers
4635 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] sugar_in_your_tea 1 points 1 month ago (1 children)

Yes, Jekyll and Hugo are vastly more limited, that's the point. There's no dynamic content, you just write in Markdown (the same thing Lemmy uses), pick a theme, and you're good to go. No need to code anything, just a couple config files and Markdown.

Shopify is fine if you want something hosted. But since we were talking about WordPress, I assumed self-hosting was a desired quality. All of the platforms I mentioned are self-hosted, open source, and at least one from each category is compatible with PHP-only hosting providers, just like WordPress.

If we're optimizing for easy, Squarespace should be on the table for static websites as well. I assumed we were talking about direct replacements for WordPress, not hosted alternatives.

[–] Anon518 0 points 1 month ago (1 children)

you just write in Markdown (the same thing Lemmy uses), pick a theme, and you’re good to go

That is far too basic for most websites. It's absurd to suggest that's a valid alternative for something like Wordpress + Elementor.

Squarespace should be on the table for static websites as well.

How so? It's not static that I'm aware of, unless you're exporting it to a file after using the UI to create it?

I assumed we were talking about direct replacements for WordPress, not hosted alternatives.

Well, as you said, Wordpress does a lot of things. Shopify, Wordpress, Squarespace, etc., are certainly interchangeable/competitors to a large degree. Wordpress has hosted options and is a default/main option for many hosting companies.

You can build a full website with every major function and design option with Wordpress. You can't with Jekyll and Hugo unless you can code.

[–] sugar_in_your_tea 2 points 1 month ago

That is far too basic for most websites

Well yes, but that's my point. WordPress does everything, and I'm offering tools that do one thing well.

If all you need is a static site, use a static site generator, not WordPress. If all you need is ecommerce, use an ecommerce tool, not WordPress. And so on.

unless you're exporting it to a file after using the UI to create it?

I'm saying that if all you need is a static site, but you want something simple and hosted, Squarespace would be a decent alternative. Whether it's actually static is beside the point, it's probably more secure than a self-hosted WordPress site since you can't just throw on a dozen plugins serverside, only use one or two, and then get hacked.

A swiss army knife can do everything, but it doesn't do everything well, and it's easy to use it insecurely, which opens you up to these sorts of attacks. I'm not going to suggest a drop-in replacement for WordPress (they do exist) because the problem is fundamental to the "one tool for everything" approach.