Runlevelrobot
Anybody know of any frameworks for blogging that allows for text based only blogs? I really love this aaronsw.com/weblog
🔻 Trinity
Yes. It's called the Hypertext Markup Language. My website runs on it and each page is maybe a kilobyte each, plus most browsers since the 90s can render it.
😕 Fine
That could be said for many generated static sites as well. Is there still a compelling reason to "roll your own"? Does that reason hold up if you get any more structurally complex than a few pages?
🔻 Trinity
It really isn't that hard to do HTML. If you wanna change style on multiple pages you can use a stylesheet. I code all my websites by hand in HTML to keep them light and it doesn't take nearly as long as you think
🧉 Martin
I spent only two days rewriting mine in order to move away from an old, overly-complex Jekyll theme. Now it's just plain HTML/CSS and it feels much better.