Autonomics website on the world wide web
https://autonomic.zone
src | ||
_config.yml | ||
.editorconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
autonomic.gemspec | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
Gemfile | ||
LICENSE | ||
Makefile | ||
README.md |
autonomic-cooperative.gitlab.io
A Jekyll based site for the Autonomic Cooperative.
The template is based on the spectral-jekyll-theme.
We use autonomic.zone for production and autonomic-cooperative.gitlab.io for staging.
Contribute
Please see CONTRIBUTING.md for the juicy details.
Make A New Release
Firstly, you'll need to tag and push the latest HEAD with:
$ git tag -a <YOUR-VERSION-NUMBER> $(git rev-parse HEAD)
$ git push upstream master --tags
Then make a release with:
$ make release