2021-03-09 03:57:17 +00:00
|
|
|
baseurl: '/'
|
2018-12-09 07:21:01 +00:00
|
|
|
permalink: pretty
|
2018-12-09 09:48:38 +00:00
|
|
|
title: 'Jekyll Serif'
|
2018-12-09 07:21:01 +00:00
|
|
|
|
2020-08-23 10:44:27 +00:00
|
|
|
logo:
|
2020-09-02 11:55:35 +00:00
|
|
|
mobile: "images/logo/logo-mobile.svg"
|
2021-08-06 14:09:07 +00:00
|
|
|
mobile_height: "32px"
|
|
|
|
mobile_width: "32px"
|
2020-09-02 11:55:35 +00:00
|
|
|
desktop: "images/logo/logo.svg"
|
2021-08-06 14:09:07 +00:00
|
|
|
desktop_height: "32px"
|
|
|
|
desktop_width: "120px"
|
2021-03-09 03:53:24 +00:00
|
|
|
|
2022-06-27 00:31:24 +00:00
|
|
|
home:
|
|
|
|
limit_services: 6
|
|
|
|
|
2018-12-09 07:21:01 +00:00
|
|
|
collections:
|
|
|
|
services:
|
|
|
|
output: true
|
2022-06-27 00:31:24 +00:00
|
|
|
sort_by: weight
|
2018-12-09 07:21:01 +00:00
|
|
|
team:
|
|
|
|
output: true
|
|
|
|
|
2021-07-12 03:06:45 +00:00
|
|
|
defaults:
|
|
|
|
- scope:
|
|
|
|
path: ""
|
|
|
|
type: "services"
|
|
|
|
values:
|
|
|
|
layout: "service"
|
|
|
|
- scope:
|
|
|
|
path: ""
|
|
|
|
type: "team"
|
|
|
|
values:
|
|
|
|
layout: "team"
|
|
|
|
|
2018-12-09 07:21:01 +00:00
|
|
|
sass:
|
2021-08-09 11:02:59 +00:00
|
|
|
style: compressed # possible values: nested expanded compact compressed
|
2018-12-09 09:48:38 +00:00
|
|
|
|
2019-02-18 01:02:34 +00:00
|
|
|
plugins:
|
|
|
|
- jekyll-environment-variables
|
2021-03-09 02:41:59 +00:00
|
|
|
|
|
|
|
exclude:
|
|
|
|
- Gemfile
|
|
|
|
- Gemfile.lock
|
|
|
|
- node_modules
|
|
|
|
- vendor/bundle/
|
|
|
|
- vendor/cache/
|
|
|
|
- vendor/gems/
|
|
|
|
- vendor/ruby/
|
|
|
|
- LICENSE.md
|
|
|
|
- LICENSE
|
2021-08-06 14:09:07 +00:00
|
|
|
- README.md
|