mirror of
https://git.coop/cotech/website.git
synced 2025-12-18 11:47:31 +00:00
Remove clients, services, technologies from config.yml
These are no longer used, so we can simplify the config.
This commit is contained in:
21
_config.yml
21
_config.yml
@ -9,9 +9,6 @@ exclude:
|
|||||||
- vendor
|
- vendor
|
||||||
- .idea
|
- .idea
|
||||||
collections:
|
collections:
|
||||||
clients:
|
|
||||||
title: Clients
|
|
||||||
output: false
|
|
||||||
coops:
|
coops:
|
||||||
title: Coops
|
title: Coops
|
||||||
output: true
|
output: true
|
||||||
@ -19,14 +16,6 @@ collections:
|
|||||||
posts:
|
posts:
|
||||||
title: Posts
|
title: Posts
|
||||||
output: true
|
output: true
|
||||||
services:
|
|
||||||
title: Services
|
|
||||||
output: true
|
|
||||||
permalink: "/service/:name"
|
|
||||||
technologies:
|
|
||||||
title: Technologies
|
|
||||||
output: true
|
|
||||||
permalink: "/technology/:name"
|
|
||||||
uploads:
|
uploads:
|
||||||
title: Uploads
|
title: Uploads
|
||||||
output: true
|
output: true
|
||||||
@ -36,14 +25,4 @@ defaults:
|
|||||||
type: coops
|
type: coops
|
||||||
values:
|
values:
|
||||||
layout: coop
|
layout: coop
|
||||||
- scope:
|
|
||||||
path: ''
|
|
||||||
type: services
|
|
||||||
values:
|
|
||||||
layout: service
|
|
||||||
- scope:
|
|
||||||
path: ''
|
|
||||||
type: technologies
|
|
||||||
values:
|
|
||||||
layout: technology
|
|
||||||
forum: https://community.coops.tech/
|
forum: https://community.coops.tech/
|
||||||
|
|||||||
Reference in New Issue
Block a user