Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 868 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 868 Bytes

CONTRIBUTING

The Cayley-Cookbook is made of two parts:

Maintenance of the book

This book is using Hugo static site generator to build the content.

The content is placed into the website/content/ folder. The source code examples are mirrored from the source code repository into the website/static/src folder, as a git submodule.

To update the source code and the themes, execute:

    git submodule update --remote

To build the site, run in the `website folder:

    hugo -D

The site is published as a github page, from the docs/ folder on the master branch.