hswro_org/_config.yml

52 lines
813 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"
mobile_height: "32px"
mobile_width: "32px"
2020-09-02 11:55:35 +00:00
desktop: "images/logo/logo.svg"
desktop_height: "32px"
desktop_width: "120px"
2021-03-09 03:53:24 +00:00
home:
limit_services: 6
2018-12-09 07:21:01 +00:00
collections:
services:
output: true
sort_by: weight
2018-12-09 07:21:01 +00:00
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:
style: compressed # possible values: nested expanded compact compressed
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