diff --git a/_clients/360-giving.md b/_clients/360-giving.md index a845151..0524edd 100644 --- a/_clients/360-giving.md +++ b/_clients/360-giving.md @@ -1,2 +1,4 @@ --- +title: 360 Giving --- + diff --git a/_clients/oxfam.md b/_clients/oxfam.md index a845151..b719ee9 100644 --- a/_clients/oxfam.md +++ b/_clients/oxfam.md @@ -1,2 +1,4 @@ --- +title: Oxfam --- + diff --git a/_clients/oxford-city-council.md b/_clients/oxford-city-council.md index a845151..52bc878 100644 --- a/_clients/oxford-city-council.md +++ b/_clients/oxford-city-council.md @@ -1,2 +1,4 @@ --- +title: Oxford City Council --- + diff --git a/_config.yml b/_config.yml index ddf0f69..ca37ee2 100644 --- a/_config.yml +++ b/_config.yml @@ -1,27 +1,43 @@ +--- +title: Cotech Website +timezone: UTC +collections: + clients: + title: Clients + output: false + coops: + title: Coops + output: true + permalink: "/co-op/:name" + posts: + title: Posts + output: true + services: + title: Services + output: true + permalink: "/service/:name" + technologies: + title: Technologies + output: true + permalink: "/technology/:name" + uploads: + title: Uploads + output: true +defaults: +- scope: + path: '' + type: coops + values: + layout: coop +- scope: + path: '' + type: services + values: + layout: service +- scope: + path: '' + type: technologies + values: + layout: technology contact_email: contact@coops.tech mapbox_access_token: pk.eyJ1IjoiY290ZWNoIiwiYSI6ImNpemgxbzhwODAwMHMzM28zdXF3cGxyYmwifQ.9nPExuEUqwblCCl-6gyFXA -collections: - coops: - output: true - permalink: /co-op/:name - clients: - output: false - services: - output: true - permalink: /service/:name - technologies: - output: true - permalink: /technology/:name -defaults: - - scope: - type: coops - values: - layout: coop - - scope: - type: services - values: - layout: service - - scope: - type: technologies - values: - layout: technology diff --git a/_coops/agile-collective.md b/_coops/agile-collective.md index ec658bd..9daf4e1 100644 --- a/_coops/agile-collective.md +++ b/_coops/agile-collective.md @@ -1,25 +1,26 @@ --- +title: Agile Collective name: Agile Collective -website: 'http://agile.coop' +website: http://agile.coop email: info@agile.coop twitter: AgileCollective telephone: 01865 403 120 -address: 'Room 301, The Old Music Hall, 106-108 Cowley Road, Oxford, United Kingdom, OX4 1JE' +address: Room 301, The Old Music Hall, 106-108 Cowley Road, Oxford, United Kingdom, + OX4 1JE latitude: 51.7483541 longitude: -1.2412285 clients: - - oxfam - - oxford-city-council +- oxfam +- oxford-city-council services: - - consultancy - - development - - devops +- consultancy +- development +- devops technologies: - - apache - - bash +- apache +- bash --- - Agile Collective is a small team of designers and developers who make websites for socially positive organisations such as charities, NGOs, social enterprises and educational institutions. We take a highly creative and integrated approach to all of our projects which results in a transparent and empowering working environment for the whole project team – including our client. As a socially minded company ourselves, we make every effort to contribute to our communities, minimise our environmental impact and ensure sustainability in our work practices. We organise the monthly Oxford Drupal Users Group and a couple of us run the ‘Code Club’ on a Wednesday afternoon which is aimed at inspiring young people to get into coding. diff --git a/_coops/go-free-range.md b/_coops/go-free-range.md index ac70559..eb66d05 100644 --- a/_coops/go-free-range.md +++ b/_coops/go-free-range.md @@ -1,4 +1,5 @@ --- +title: Go Free Range name: Go Free Range website: http://gofreerange.com email: lets@gofreerange.com @@ -9,9 +10,10 @@ address: London, United Kingdom latitude: 51.528308 longitude: -0.3817794 services: - - business-analysis - - consultancy +- business-analysis +- consultancy --- + We are a co-operative with some of the most experienced web-application developers in the UK offering software development and design. Wholly owned and run by the hands that build your software. We are self-organising: we don’t have account managers; we want you to work with the doers instead of sayers. diff --git a/_coops/outlandish.md b/_coops/outlandish.md index eb0588b..cf426b2 100644 --- a/_coops/outlandish.md +++ b/_coops/outlandish.md @@ -1,17 +1,19 @@ --- +title: Outlandish name: Outlandish website: http://outlandish.com email: hello@outlandish.com twitter: outlandish github: outlandishideas -telephone: +44 (0) 207 561 9968 +telephone: "+44 (0) 207 561 9968" address: 3rd Floor, 149 Fonthill Road, Finsbury Park, London, United Kingdom, N4 3HF latitude: 51.5637216 longitude: -0.1099459 services: - - business-analysis - - big-data +- business-analysis +- big-data --- + Outlandish is made up of around 20 collaborators and co-owners who love humour, quality code, and apps that challenge the status quo. We build digital applications and websites for companies, charities and universities that make their lives easier and help them to discover and communicate new insights from their data. We are a worker co-operative and invest all surpluses into projects that help achieve our goals. diff --git a/_layouts/coop.html b/_layouts/coop.html index f3d36fb..93b89c9 100644 --- a/_layouts/coop.html +++ b/_layouts/coop.html @@ -1,5 +1,6 @@ --- --- + diff --git a/_layouts/service.html b/_layouts/service.html index d49f4ae..aa122ee 100644 --- a/_layouts/service.html +++ b/_layouts/service.html @@ -1,5 +1,6 @@ --- --- + diff --git a/_layouts/technology.html b/_layouts/technology.html index d7d2f2b..25a176f 100644 --- a/_layouts/technology.html +++ b/_layouts/technology.html @@ -1,5 +1,6 @@ --- --- + diff --git a/_services/big-data.md b/_services/big-data.md index 4a54079..88b4d51 100644 --- a/_services/big-data.md +++ b/_services/big-data.md @@ -1,3 +1,5 @@ --- +title: Big Data name: Big Data --- + diff --git a/_services/business-analysis.md b/_services/business-analysis.md index 1d14868..fe8ab28 100644 --- a/_services/business-analysis.md +++ b/_services/business-analysis.md @@ -1,3 +1,5 @@ --- +title: Business Analysis name: Business Analysis --- + diff --git a/_services/consultancy.md b/_services/consultancy.md index 047bfd3..30a6d22 100644 --- a/_services/consultancy.md +++ b/_services/consultancy.md @@ -1,3 +1,5 @@ --- +title: Consultancy name: Consultancy --- + diff --git a/_services/development.md b/_services/development.md index f1a59ec..0be29b0 100644 --- a/_services/development.md +++ b/_services/development.md @@ -1,3 +1,5 @@ --- +title: Development name: Development --- + diff --git a/_services/devops.md b/_services/devops.md index b6ef339..0123e31 100644 --- a/_services/devops.md +++ b/_services/devops.md @@ -1,3 +1,5 @@ --- +title: Devops name: Devops --- + diff --git a/_technologies/apache.md b/_technologies/apache.md index 923884f..000076b 100644 --- a/_technologies/apache.md +++ b/_technologies/apache.md @@ -1,3 +1,5 @@ --- +title: Apache name: Apache --- + diff --git a/_technologies/bash.md b/_technologies/bash.md index ff8bebf..aa853c9 100644 --- a/_technologies/bash.md +++ b/_technologies/bash.md @@ -1,3 +1,5 @@ --- +title: Bash name: Bash --- + diff --git a/about.md b/about.md index 5da6978..bdae04c 100644 --- a/about.md +++ b/about.md @@ -3,6 +3,7 @@ title: About heading: About CoTech layout: default --- + Co-operative Technologists (aka CoTech) is a network of co-operatives that sell tech/digital services. It aims to create a better technology sector in the UK that focuses primarily on worker, customer and end-user needs rather than on generating private profit. The members of the network aim to use their collective experience, skills, resources and knowledge to radically increase the market share of companies that are owned and run by their workers. We have found that this model creates better workplaces, better digital products and better value for customers. We want to help more people to enjoy the benefits of this model. diff --git a/join.md b/join.md index 5b7d6e4..e81416b 100644 --- a/join.md +++ b/join.md @@ -4,6 +4,7 @@ heading: Join CoTech layout: default append_email_form: true --- + Membership of the Co-operative Technologists network is open to all co-ops that sell technical/digital products or services that are run and owned by their workers. Secondary co-ops and multi-stakeholder co-ops are also welcome so long as all they (and their members) do not generate money for investors by exploiting their workers. diff --git a/manifesto.md b/manifesto.md index 917340d..2309e13 100644 --- a/manifesto.md +++ b/manifesto.md @@ -3,6 +3,7 @@ title: Manifesto heading: Our Manifesto layout: default --- + We believe in a fairer world in which wealth and resources are distributed to the people who need them rather than those best able to take them. As [Co-operative Technologists][] we aim to ensure that technology plays its part in creating a fairer world.