This is the source code that can be compiled into the static site behind catchen.me.
To compile the source code into static site pages, we need to use Harp.
Install Harp with npm install -g harp
. Compile with harp compile
. Develop with harp server
on localhost.