This documentation is generated with Hugo.
brew install hugo
to install Hugo.
You'll also need a working Python installation - run brew install python
.
To render the code blocks, we use Pygments - run pip install Pygments
.
Then install the theme, which is a git submodule - run git submodule init
the git submodule update
.
When everything's installed, run hugo server --theme=hugo-material-docs --buildDrafts
to start the server. Point your browser at http://localhost:1313/.
Find out more about Hugo.