cycat-project-website/_config.yml

35 lines
597 B
YAML
Raw Normal View History

2018-12-09 08:21:01 +01:00
baseurl: ''
exclude: ['README.md']
permalink: pretty
title: 'Jekyll Serif'
2018-12-09 08:21:01 +01:00
collections:
services:
output: true
permalink: /services/:path/
team:
output: true
permalink: /team/:path/
testimonials:
output: true
permalink: /testimonials/:path/
defaults:
- scope:
type: services
values:
layout: service
bodyClass: page-services-single
- scope:
2019-02-18 02:02:34 +01:00
path: 'images'
2018-12-09 08:21:01 +01:00
values:
image: true
2018-12-09 08:21:01 +01:00
sass:
style: compact # possible values: nested expanded compact compressed
2019-02-18 02:02:34 +01:00
google_analytics_id: null
plugins:
- jekyll-environment-variables