4
0
mirror of https://git.coop/cotech/website.git synced 2025-04-12 00:20:35 +00:00
Chris Lowis 6d12b87675 Show 6 random clients on homepage
Showing all of the client logos adds a considerable amount to the page
weight of the page. This change shows 6 random clients. It will be
re-generated each time the page is deployed, which might be OK for
now, although we could add timed pipeline to keep this fresh/fair.
2018-11-29 17:22:09 +00:00
2018-11-29 16:20:30 +00:00
2018-11-10 22:08:20 +00:00
2017-07-05 20:57:24 +01:00
2018-11-29 15:59:06 +00:00
2017-06-27 14:20:39 +01:00
2018-11-29 16:07:23 +00:00
2018-11-10 22:51:01 +00:00
2018-11-29 16:20:30 +00:00
2017-06-28 17:22:05 +01:00
2018-11-29 17:22:09 +00:00
2018-11-29 16:20:30 +00:00
2018-11-29 16:20:30 +00:00
2018-11-29 14:53:51 +00:00

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 to the master branch the .gitlab-ci.yml file triggers the building of the site and then the copying of the results to https://static.coops.tech/ and when changes are committed to the dev branch the site at https://dev.static.coops.tech/ is updated.

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.

Description
Languages
JavaScript 81.8%
CSS 14.8%
HTML 2.7%
Ruby 0.7%