1
0
Fork 0
hswro_org/_config.yml

46 lines
722 B
YAML
Raw Normal View History

2021-03-09 03:57:17 +00:00
baseurl: '/'
2018-12-09 07:21:01 +00:00
permalink: pretty
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"
desktop: "images/logo/logo.svg"
2020-08-23 10:44:27 +00:00
desktop_height: "36px"
2021-03-09 03:53:24 +00:00
2018-12-09 07:21:01 +00:00
collections:
services:
output: true
team:
output: true
defaults:
- scope:
path: ""
type: "services"
values:
layout: "service"
- scope:
path: ""
type: "team"
values:
layout: "team"
2018-12-09 07:21:01 +00:00
sass:
2020-10-17 00:14:24 +00:00
indentWidth: 4
style: compact # possible values: nested expanded compact compressed
2020-10-17 00:14:24 +00:00
precision: 10
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
- README.md