forked from fleg/hswro_org
31 lines
553 B
YAML
Executable File
31 lines
553 B
YAML
Executable File
baseurl: ''
|
|
exclude: ['README.md']
|
|
permalink: pretty
|
|
title: 'Jekyll Serif'
|
|
|
|
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:
|
|
path: "images"
|
|
values:
|
|
image: true
|
|
|
|
sass:
|
|
style: compact # possible values: nested expanded compact compressed
|
|
|
|
google_analytics_id: null |