cycat-project-website/_config.yml

43 lines
784 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/
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
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>'