This are the sources of my personal web page at https://moquet.net, powered by Sculpin.
Generate for local development (both commands are "watching"):
$ gulp
$ sculpin generate --watch --server
Generate for prod environment (see gh-pages script):
$ gulp icons
$ gulp build --prod
$ sculpin generate --env=prod