avatar of hatsune miku

Source Code

The website is generated with a few python scripts that are loosely based on mkws.sh.

I had to rewrite pp because the version included from mkws.sh only support up to ca. 10K characters, which actually caused a buffer overflow when I ran it on on of my blog posts. My version works slightly differently from the upstream version though.
Just read through the source code, it's only about 50 lines of simple python code.

I might use an actual static site generator like zine in the future, but for now my scripts work fine for me.


Here you can download the source code of this website (including all the necessary binaries): source.tar.gz