GitHub Pages Docs Template
GitHub Pages Jekyll template for Contributorcoin docs
Previewing the theme locally
If you'd like to preview the theme locally (for example, in the process of proposing a change):
- Clone down the theme's repository (
git clone https://github.com/contributorcoin/jekyll-docs-template) cdinto the theme's directory- Run
script/bootstrapto install the necessary dependencies - Run
bundle exec jekyll serveto start the preview server - Visit
localhost:4000in your browser to preview the theme
Running tests
The theme contains a minimal test suite, to ensure a site with the theme would build successfully. To run the tests, simply run script/cibuild. You'll need to run script/bootstrap once before the test script will work.