Yet another SSG
I had Claude Code make this tiny static site generator in Python. Why not?
I asked for
- No JavaScript
- No external dependencies
- Just Python, markdown, and plain CSS
So far it renders in any browser, loads instantly, and there's nothing to break.
I have read the code and made some changes. It's 400 lines of Python. Uses sort of simple regular expressions for the markdown. By no means a general tool.
You want the code, eh? Not quite mature yet — perchance, in days yet to come.