This is the main hypothesis.works site. It is originally based off the rifyll Jekyll template.
You need Git, make and Docker installed.
To run a local copy of the site:
$ git clone [email protected]:HypothesisWorks/HypothesisWorks.github.io.git
$ make serve
The site should be running on http://localhost:5858. If you make changes to the source files, it will automatically update.
To build a one-off set of static HTML files:
$ make build
When you push to master, the site is automatically built and served by GitHub Pages.