How would you go about a low maintenance personal website today?

It seems like there’s a lot of ways to go about this that may be overkill, so I’m curious which may avoid that.

Low maintenance in this context is aiming for moderate technical knowledge/setup, lower cost, and portability in case you need to migrate your site and so minimal hassle in that process.

HeartyOfGlass,

Depends on what you need it to do. If you’re looking for something simple for text / minimal images, I’d recommend looking into Static Site Generators like Hugo and using something like GitHub Pages to host.

SSGs are fairly low-maintenance once the set up is out of the way.

them,

Really depends what you want to create but there’s nothing wrong with just writing html and css. They’re as portable as you can get.

If you’re planning to do a lot of editing/posting then a static site genarator would be the next best thing as again you just end up with html and css which can be hosted anywhere. The generator can run on your system. Most are powered by markdown files so the content can (with little work) be migrated to another generator.

Beyond this you’re starting to get in to cms or other complex systems which i think is out of the scope of your question.

bjoern_tantau,
@bjoern_tantau@swg-empire.de avatar

Depends™

If I don’t expect many changes I would do a simple HTML page. Maybe with PHP to include the layouts on multiple sites.

If I or a relative should be able to edit it now and then I would use WordPress without any plugins. Set it to auto-update and call it a day.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • asklemmy@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #