I was wondering if there had been any progress on the state of HTML includes, and sure enough @mxbck has written about just that not too long ago.
I was wondering if there had been any progress on the state of HTML includes, and sure enough @mxbck has written about just that not too long ago.
No (or almost no) build step is totally up my alley.
@CSSence @mxbck As someone who made websites since 1995 and stopped doing it ~15 years ago, I've gotten back into reading about its state of the art recently.
I left the field because I felt I had to constantly learn new workarounds and frameworks to still not really solve the same old problems, and not only has it not gotten better, it seems to have gotten a lot worse actually.
While backend seems to have progressed significantly, frontend seems to have degraded into an ugly mess. 1/
@CSSence @mxbck The bloat that came with this change in provenance is real, and I'm glad that I'm looking at the field in a time where people finally notice and make moves to improve the situation.
The very first blogging software, Movable Type, was a static site generator. People seem to be moving back to this. Frankly I have never understood how it was acceptable that stock Wordpress needs loads of db queries for every page view unless you install plugins for caching. 6/
@CSSence @mxbck I have started to play around with Hugo and start a personal blog again to get on board of the Indie Web movement in a time that finally seems to value personal expression again and allows people like me to return.
All that said, if you were an old-timer pondering to return, where would you start?
7/7
@hamato It depends.™
But as @matthiasott wrote in https://matthiasott.com/articles/into-the-personal-website-verse ...
> To begin, begin.
You can never go wrong if you invest in learning the basics: HTML, CSS, and JS; they have evolved a lot. But when it comes to everything else (tools, frameworks, site hosting, etc.), pick a path, and learn as you go.
@CSSence @matthiasott Thanks for the pointer! I am already subscribed to Matthias' newsletter which I like a lot, but haven't looked at that article yet. Actually one of my problems is that it's a bit hard to see what's standard HTML/CSS and what's from some framework or personal style (like using custom tags in HTML to mark up semantically and style them).
Exciting times!