LinkStack looks like it hasn't been updated in 2+ years. Any self hosted alternatives anyone recommends?
Maybe even a static site generator?
Submitted 3 weeks ago by ozoned@piefed.social to selfhosted@lemmy.world
LinkStack looks like it hasn't been updated in 2+ years. Any self hosted alternatives anyone recommends?
Maybe even a static site generator?
This hugo theme works well: jamstackthemes.dev/theme/hugo-lynx/
for a non-self-hosted, but neat alternative: weird.one
Thank you for the suggestion! I'll look into the themes! :-)
I do like Linkstack. I just thought it was abandoned. Mas pointed out that I'm VERY wrong there. It's only been 5 months. I use it on two other sites.
github.com/sethcottle/littlelink Or a simple HTML page…
More than 2 years ? Let’s not exaggerate, the last release of LinkStack was 5 months ago…
You're right actually. I swear I looked at something the other day for Linkstack and it was like 2023 ... I must be VERY confused there or I looked at something completely wrong. I wasn't meaning to exaggerate, I was mistaken. You are correct, 5 months. Definitely not dead.
straw.page
Flax_vert@feddit.uk 3 weeks ago
Linktree? Can’t you just host an html page using apache or nginx?
ozoned@piefed.social 3 weeks ago
Yes! I can. I'm just TERRIBLE with Dev Stuff and not a fan either. lol But if you have recommends on how to host something like that and make it look ince, I'm all for hearing it! :-)
Flax_vert@feddit.uk 3 weeks ago
Hosting is dead easy. Usually you just do sudo apt-get install apache2 for a start, and then it’ll host an html file on port 80, usually /var/www/html/index.html
w3schools.com is great for learning css and html