5
0
Fork 0
Autonomics website on the world wide web https://autonomic.zone
Este repositório foi arquivado em 2023-02-03. Você pode visualizar arquivos e cloná-lo, mas não pode fazer push, abrir issues ou pull requests.
Ir para arquivo
Luke Murphy 57fa6bc368
Argh, uncomment that.
2017-10-14 00:25:00 +02:00
bin WIP: Get Gitlab CI to deploy for us. 2017-10-14 00:08:08 +02:00
src Wrap text for ease of reading. 2017-10-13 21:50:07 +02:00
.editorconfig Add editor config. Kill all tabs. 2017-09-24 00:55:04 +02:00
.gitignore I'm sorry. Actually, this has to be tracked. 2017-10-04 20:55:57 +02:00
.gitlab-ci.yml Argh, uncomment that. 2017-10-14 00:25:00 +02:00
CHANGELOG.md Add change log. 2017-10-04 15:04:26 +02:00
CONTRIBUTING.md Use development target in documentation. 2017-10-04 16:37:09 +02:00
Gemfile automatically select ruby ver 2017-09-24 16:34:32 +01:00
LICENSE Add license from adapted theme: https://html5up.net/license. 2017-10-04 15:06:39 +02:00
Makefile Reset production branch when releasing. 2017-10-04 20:43:30 +02:00
README.md Add note about production/staging. 2017-10-13 22:14:28 +02:00
_config.yml Don't include those files in our dist/. 2017-10-04 15:31:07 +02:00
autonomic.gemspec fix invalid gemspec 2017-09-24 17:17:45 +01:00

README.md

pipeline status

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