this post was submitted on 31 Oct 2023
47 points (89.8% liked)

Selfhosted

39964 readers
413 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?

all 36 comments
sorted by: hot top controversial new old
[–] bob@feddit.uk 18 points 1 year ago (1 children)

Learn html and CSS then create a simple static website. It's a lot easier than it sounds, Mozilla has great documentation.

[–] chevy9294@monero.town 5 points 1 year ago

I'm already doing that! I have html templates using Tera and css using TailwindCSS.

[–] snorkbubs@fedia.io 17 points 1 year ago (3 children)

My answer is probably boring, but it works, and I had fun with my own. Just set up Wordpress. At this point, you can find templates for any site design imaginable, and there are a million plugins for it. It's an all-around solid platform, that has mountains of documentation. Wordpress was made for blogging, can't go wrong there, but I've used it for all kinds of stuff, including ecommerce. It's simple and effective enough that I have a hard time going any other direction.

I used to host Wordpress sites on a home LAMP server; it was a fun project that didn't cause a bunch of headaches, mainly because of the amount of available documentation. Search "wordpress self-host" and you'll find a whole lot of information.

Good luck with whatever you decide on!

[–] greybeard@lemmy.one 15 points 1 year ago (1 children)

The problem with WordPress and the like is maintenance. If you don't keep it up to date, it will get taken by malware. Guaranteed. Any plugins you add increase the risk.

I moved my blog to a markdown based compiled site a long time ago so I didn't have to worry about that upkeep.

[–] clegko@lemmy.world 3 points 1 year ago (1 children)

Run in docker and set auto-update on? Idk seems simple...

[–] aksdb@feddit.de 9 points 1 year ago

But why? If you don't need moving parts, don't use moving parts. Simplicity is king.

[–] rglullis 7 points 1 year ago (2 children)

I'm yet to understand why people downvote comments like yours. Your answer was on-topic, provided a reasoning, was well-written... even if I haven't fully recovered from the trauma of having two wordpress sites hacked, I still think your comment has merit.

[–] Deebster@infosec.pub 3 points 1 year ago

It turns out that people on Lemmy are no better responsibly using a downvote button than anywhere else. I think you should have to at least select a reason why you're downvoting to add some friction - maybe options something like "I don't like this", "I disagree", "This is factually incorrect", "Spam", "Abusive language", etc. Then you can filter out the first two!

[–] TCB13@lemmy.world 2 points 1 year ago

Yes +1 for Wordpress, you can even make your own simple theme if you would like in no time.

[–] sir_reginald@lemmy.world 16 points 1 year ago* (last edited 1 year ago) (2 children)

go with Hugo + a theme Avoid WordPress, static sites have a lot of advantages.

[–] vervein@sopuli.xyz 2 points 1 year ago

https://coolify.io/ haven't tried this but it could work for the deploy? I use netlifly so i don't know. Looks like a fun little project.

[–] griD@feddit.de 7 points 1 year ago

Personally, I'd use just simple HTML + precompiled CSS in the form of SASS / SCSS. Because modern CSS is actually fun when it's precompiled :)

For my blog I use Ghost. It's pretty simple to set up, but it does require a database (like most blogging software does). So it might not be what you are looking for.

[–] SpaceNoodle@lemmy.world 5 points 1 year ago (4 children)

What's "modern" supposed to mean?

[–] Dirk@lemmy.ml 27 points 1 year ago (1 children)

Absurdly large fonts and lots of unused space and rounded corners maybe?

[–] doublejay1999@lemmy.world 1 points 1 year ago

A lots of purple

[–] Appoxo@lemmy.dbzer0.com 6 points 1 year ago* (last edited 1 year ago) (1 children)

Something that has CSS and doesnt look like a page from 2001.

[–] maxmalrichtig@discuss.tchncs.de 15 points 1 year ago (1 children)
[–] Appoxo@lemmy.dbzer0.com 6 points 1 year ago (1 children)

I love that page. But this page is better and this one is even more better than the two earlier ones

[–] SpaceNoodle@lemmy.world 2 points 1 year ago

The second one took significantly longer to load with no discernible change in quality.

The third looked worse.

[–] tuff_wizard@aussie.zone 6 points 1 year ago

You have to scroll for miles to reach different sections.

[–] owenfromcanada@lemmy.world 4 points 1 year ago

I've had good experiences with GetSimple. It uses a flat-file structure, and there are lots of themes available.

[–] possiblylinux127@lemmy.zip 4 points 1 year ago

Make it in markdown. There are plenty of ways to doing this or you can make your own. I personally like the marked library

Personally, I love Bludit as it is really simple, flat-file and perfect for blogging.

However, you could also look into WriteFreely if you want something with ActivityPub (= Fediverse). Feature wise very very plain and simple, but might noch give you most of the bells and whistles as other platforms would do it. Think of it as an alternative to "Medium".