c41f3cea07
We don't have a process to ensure that emails to our internal list (contact@coops.tech) are replied to in a timely manner/at all. At the moment we appear to have 5 legitimate emails from the 13 March that don't appear to have replies. I hope that encouraging people to post to the forum will increase the chance that they receive a reply. I think there are further improvements we can make, by clarifying the joining process for example, but this is a good enough start.
48 lines
844 B
YAML
48 lines
844 B
YAML
---
|
|
title: Cotech Website
|
|
timezone: UTC
|
|
exclude:
|
|
- scripts
|
|
- vendor
|
|
- .idea
|
|
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
|
|
forum: https://community.coops.tech/
|
|
mapbox_access_token: pk.eyJ1IjoiY290ZWNoIiwiYSI6ImNpemgxbzhwODAwMHMzM28zdXF3cGxyYmwifQ.9nPExuEUqwblCCl-6gyFXA
|