Go to file
Chris Croome 26a10700a7 Metadata added to <head> and footer updated 2018-11-18 18:43:07 +00:00
_clients Fix invalid YAML in _clients/now-pensions.md 2018-11-11 21:15:46 +00:00
_coops Fix twitter link and quote : in dev-the-developers-society.md 2018-11-10 21:21:18 +00:00
_includes Metadata added to <head> and footer updated 2018-11-18 18:43:07 +00:00
_layouts Metadata added to <head> and footer updated 2018-11-18 18:43:07 +00:00
_services Migrate services from old site 2018-11-10 22:08:20 +00:00
_technologies Migrate technologies from old site 2018-11-10 21:53:06 +00:00
_uploads Added Devops 2017-07-05 20:57:24 +01:00
app Metadata added to <head> and footer updated 2018-11-18 18:43:07 +00:00
images Convert all client images to png 2018-11-11 21:14:42 +00:00
scripts Add script to migrate clients from wordpress mirror 2018-11-11 21:11:19 +00:00
.gitignore Ignore generated files 2017-06-27 14:20:39 +01:00
.gitlab-ci.yml Add back necessary eval $(ssh-agent -s) 2018-11-18 16:07:00 +00:00
.ruby-version Fix ruby version to 2.5.3 2018-11-10 22:51:01 +00:00
Gemfile Add github-pages Gem 2017-06-27 14:18:47 +01:00
Gemfile.lock Update github-pages 140 -> 192 2018-11-05 21:02:29 +00:00
README.md README updated to trigger CI 2018-11-18 15:25:52 +00:00
_config.yml Exclude scripts directory when building site 2018-11-10 21:10:18 +00:00
about.md Updated About 2017-07-06 10:55:00 +01:00
favicon.ico Add favicon 2017-06-28 17:22:05 +01:00
index.html Fix members grid on homepage 2018-11-10 21:23:50 +00:00
join.md Updated Config and 19 other files 2017-07-05 20:36:03 +01:00
manifesto.md Updated Config and 19 other files 2017-07-05 20:36:03 +01:00

README.md

CoTech Website

Introduction

This is a port of the current Wordpress version of the CoTech Website to a statically-generated site using Jekyll.

Run the site locally

You can run the site on your computer as if it were live online using Jekyll. You will need git and ruby installed on your machine to do this. Then clone the repository

git clone git@git.coop:cotech/website.git

Install the dependencies for the project

cd website
gem install bundler
bundle install

Run a local web server so that you can view the site

bundle exec jekyll server

And visit localhost:4000 to view the site.

Deploy CI

When changes are committed the .gitlab-ci.yml file triggers the building of the site and then the copying of the results to https://static.coops.tech/

Contributing

There's a list of bugs and improvements in the repository. Feel free to add more, discuss or claim any of these issues to work on.