Live data from Hacker News

Abandoning the Static Site

schier.co

1–3 of 3 posts

Re: Abandoning the Static Site

#2
I also fell in love with static websites, I built all static, had pipelines for automatic deployments on changes... Just to develop my own dynamic solution a couple of years later. Just that I chose Django + Wagtail.

What I always thought would be a good compromise between two worlds is a way of editing files 'dynamically' and deploying them as pure HTML. Something like having a cache in place, but really using static files.