this post was submitted on 09 Mar 2024
45 points (95.9% liked)
Open Source
31070 readers
595 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah, that's pretty much my thinking, though I left the reasoning out for a jokier response.
It's impressive that Linktree can even pitch something as simple as a list of links as a service. You really don't need more than basic code literacy to type that up and get it online, but a generation of limiting such knowhow is apparently good for corporate business.
ANYHOW... Ease of coding and publishing is step one, and I completely agree with your points about avoiding third party assets like fonts or scripts. Anything with a database is overkill for this.
Keep it simple, keep it local. Heck, to keep it real simple you just let your visitor's browser use the default system fonts. You probably don't need any scripts either for a page like this.
You literally need a single HTML file, a single CSS. So depending on your images (if you use them, always resize and save for web) you can serve up a page of a few kilobytes. That should load in no time flat anywhere in the world.
Just found a good starting point, a repository of 64 templates, with each just index.html, some style.css and sometimes more but not much:
https://github.com/MichaelBarney/LinkFree/tree/master/Templates
It’s easier to outsource something like that than to bother doing it yourself. Your average woodworking/cooking/makeup YouTuber will usually not go out of their way and learn how to build a website.
Funny you should mention youtubers. I sort of think being able to make a simple HTML page should be a requirement for even using the internet, and if this could rid us of those people I'm even more for it.
(Sorry, it's Monday)