Autonomics website on the world wide web https://autonomic.zone
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
Go to file
georgeowell d5938bed19
Added PGP key
6 years ago
src Added PGP key 6 years ago
.editorconfig Add editor config. Kill all tabs. 6 years ago
.gitignore clearer src and dist folders 6 years ago
.gitlab-ci.yml now the gemspec is named wrong...ugh 6 years ago
Gemfile automatically select ruby ver 6 years ago
README.md Newline that. Clearer when reading. 6 years ago
_config.yml Clients page 6 years ago
autonomic.gemspec fix invalid gemspec 6 years ago

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.