Email or username:

Password:

Forgot your password?
alex

redesigned my website (no more build script, just raw html) alexw.nyc/

Introductory post: alexw.nyc/blog/2024-01-06.html

3 comments
mikael

@aw nice! don’t want to lead you into another endless hole, but have you thought about Server Side Includes? Under used low tech IMO! en.wikipedia.org/wiki/Server_S

You could have an include with the HTML until the title tag, then write out the title after that. Continue with another include until <article> begins. End with an include that goes from </article> to the end of the the document (footer etc).

alex

@mikael interesting… I use lighttpd and there is a module for it. I may try it out redmine.lighttpd.net/projects/ ty!

mikael

@aw Cool! It’s been around since the 90s, so tried and tested. Like so: pastebin.mozilla.org/ekZfbD0w/

Very neat I think.

Go Up