This is the source code for shapeshed.com.
The site uses hugo. Refer to installation instructions for Hugo.
The theme used is shapeshed-minimal. To install it
mkdir themes
git clone [email protected]:shapeshed/shapeshed-minimal.git themes/shapeshed-minimal
Once Hugo is installed generate the site with
hugo
You can also run a server if you'd like to view it in a browser
hugo serve
For developing the site there is a further dependency of minify. The Makefile
uses the cli version of the tools with binaries available for Windows, Linux and OSX.
The Makefile assumes you are running on a modern Linux distribution (I use Arch) but really just wraps building and deployment so you will probably want to roll your own for that.
To build and deploy the site
make build && make deploy