this post was submitted on 28 Jan 2026
94 points (97.0% liked)

Selfhosted

60177 readers
874 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Tldr we want a static website that will last a long time and also look pretty nice.

Right now, we have a wordpress website. It looks very nice. It also have 4 extensions that aren't configured to auto update. Also whenever I try to make changes to the website they don't apply because the website was configured via the extensions and I hate it.

I want a static site of some kind. It's simple to self host or host anywhere, and it's also simple to secure and keep maintained for a long time.

I am currently looking at static site generators, like quarto, or docusaurus

However, they are difficult to theme to the "niceness" that I want, and their nature results in these somewhat fixed output formats. Like, it is somewhat difficult and annoying to put images anywhere I want them and etc.

Is there like a fixed WYSIWYG html editor? Something between designing a website from scratch and a static site generator. Or is there a way to finagle static site generators to be more flexible than blogs or documentation sites?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] curbstickle@anarchist.nexus 16 points 5 months ago (1 children)

You dont say what kind of website it is, just not blog or documentation style.

But SSGs can be skinned a bunch if different ways, and have been set up for a bunch of different purposes.

https://github.com/myles/awesome-static-generators

I have been using Zola for myself lately, its less blog post and more article oriented, but still doc heavy. I like the duckquill theme (with... More than a few changes, but still), which I doubt fits what you want. For comparison, here is duckquill: https://duckquill.daudix.one/

But you may like the Portio theme: https://quentin-rodriguez.github.io/portio-zola/

If you don't need to update often though, I think some basic html could be the way to go rather than using an ssg.

[โ€“] meltedcheese@c.im 4 points 5 months ago

@curbstickle @selfhosted Awesome list! I could have really used this a year ago. ๐Ÿ˜’