Why I moved my portfolio off a page builder
A short note on trading drag-and-drop convenience for a Django site I fully control.
For a couple of years my site lived on a hosted page builder. It was fine until it wasn't: I couldn't add a real blog, couldn't script anything, and kept hitting the edges of someone else's template.
Rebuilding it in Django took an evening. Now every part of the site is a Python object I can query, test, and extend — and it costs less to run than the old subscription.