alanduong.com

This site was created with a static site generator I wrote in C#.

There's a billion static site generators out there but I ended up writing my own because I wanted something simple. I can write this website like I would with plain HTML and CSS, except the especially tedious parts are automated. In its current state, this is definitely tailored towards this website and that will not be changing because I doubt anybody else would want to use this.

I mostly just prefer the workflow. I can do all my work in Visual Studio then just hit the run button and my site pops out in a second.

View this on GitHub