2018-12-09 08:21:01 +01:00
|
|
|
baseurl: ''
|
|
|
|
exclude: ['README.md']
|
|
|
|
permalink: pretty
|
2018-12-09 10:48:38 +01:00
|
|
|
title: 'Jekyll Serif'
|
2018-12-09 08:21:01 +01:00
|
|
|
|
2020-08-23 12:44:27 +02:00
|
|
|
google_analytics_id: null
|
|
|
|
homepage:
|
|
|
|
show_call_box: true
|
|
|
|
logo:
|
|
|
|
mobile: "images/logo-mobile.svg"
|
|
|
|
desktop: "images/logo.svg"
|
|
|
|
desktop_height: "36px"
|
|
|
|
footer:
|
|
|
|
copyright_text: 'Free Jekyll theme by <a class="zerostatic" href="https://www.zerostatic.io">www.zerostatic.io</a>'
|
|
|
|
|
2018-12-09 08:21:01 +01:00
|
|
|
collections:
|
|
|
|
services:
|
|
|
|
output: true
|
|
|
|
permalink: /services/:path/
|
|
|
|
team:
|
|
|
|
output: true
|
|
|
|
permalink: /team/: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 10:48:38 +01:00
|
|
|
|
2018-12-09 08:21:01 +01:00
|
|
|
sass:
|
2018-12-09 10:48:38 +01:00
|
|
|
style: compact # possible values: nested expanded compact compressed
|
|
|
|
|
2019-02-18 02:02:34 +01:00
|
|
|
plugins:
|
|
|
|
- jekyll-environment-variables
|
2020-08-23 12:01:06 +02:00
|
|
|
|