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 4293aff2bf
Add 404 page.
Closes https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/issues/29.
2017-09-29 20:49:08 +02:00
src Add 404 page. 2017-09-29 20:49:08 +02:00
.editorconfig Add editor config. Kill all tabs. 2017-09-24 00:55:04 +02:00
.gitignore clearer src and dist folders 2017-09-22 11:15:27 +01:00
.gitlab-ci.yml now the gemspec is named wrong...ugh 2017-09-24 17:24:27 +01:00
Gemfile automatically select ruby ver 2017-09-24 16:34:32 +01:00
README.md Newline that. Clearer when reading. 2017-09-24 15:34:02 +02:00
_config.yml Clients page 2017-09-24 20:20:09 +01: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.

Quick Start

For those unfamiliar with how Jekyll works, check out jekyll.rb for all the details, or read up on the basics of front matter, writing posts and creating pages.

In order to not blow up your computer handling a system wide Ruby installation, it is advised that you use RVM.

Once you've got that installed and configured, get the latest version of Ruby with:

$ rvm install 2.4.2

Select that version and then create an isolated gemset with:

$ rvm use 2.4.2
$ rvm gemset create autonomic
$ rvm gemset use autonomic

Then you can get your Ruby dependencies installed with:

$ gem install jekyll bundler

And serve the website locally with:

$ jekyll serve

You can edit content in the .md files under src and src/_posts.

When you're hacking later on (or in a new shell), you'll need to run:

$ rvm use 2.4.2
$ rvm gemset use autonomic

And then you'll have access to the environment.