Autonomics website on the world wide web https://autonomic.zone
This repository has been archived on 2023-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Luke Murphy 2d19831dbe
Clean up Makefile to not break for everyone.
2017-10-04 16:58:07 +02:00
proddist Add production dist. 2017-10-04 16:52:33 +02:00
src Add proper favicon. 2017-10-04 16:28:51 +02:00
.editorconfig Add editor config. Kill all tabs. 2017-09-24 00:55:04 +02:00
.gitignore Ignore default build directory. 2017-10-04 16:53:03 +02:00
.gitlab-ci.yml Add proper stages for Gitlab CI. 2017-10-04 15:36:04 +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 Clean up Makefile to not break for everyone. 2017-10-04 16:58:07 +02:00
README.md Fix destinations for release notes. 2017-10-04 16:53:26 +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.

Contribute

Please see CONTRIBUTING.md for the juicy details.

Make A New Release

Our production site is contained in the proddist folder. You'll need to make sure you have the latest changes by running:

$ make proddist

If you see any unstaged changes, please verify them with someone and push them to the upstream master remote. Make sure the latest pipeline is passing and tag HEAD with:

$ git tag -a 2.0.0 $(git rev-parse HEAD)
$ git push upstream master --tags

Then make a release with:

$ make release

This pushes the contents of the proddist folder to the production branch which will get picked up by our production instance of the site.