The site moved from Notion to Hugo
The site is back. It used to run on Notion with cloud-side rendering; now it is generated statically with Hugo. Why the change The old setup depended on Notion too much: whenever Notion changed something, or the server-side rendering broke, the whole site went down. A static site generates plain HTML up front, so there is no runtime dependency that can fail. ...