35 lines
597 B
YAML
Executable File
35 lines
597 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
|
|
|
|
plugins:
|
|
- jekyll-environment-variables
|