cycat-project-website/_config.yml

50 lines
1.3 KiB
YAML
Raw Normal View History

2020-08-27 08:23:31 +02:00
baseurl: ''
2018-12-09 08:21:01 +01:00
exclude: ['README.md']
permalink: pretty
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:
2020-09-02 13:55:35 +02:00
mobile: "images/logo/logo-mobile.svg"
desktop: "images/logo/logo.svg"
2020-08-23 12:44:27 +02:00
desktop_height: "36px"
footer:
copyright_text: 'Free Jekyll theme by <a class="zerostatic" href="https://www.zerostatic.io">www.zerostatic.io</a>'
2020-08-27 07:41:54 +02:00
seo:
2020-08-27 08:23:31 +02:00
meta_og_title: "Jekyll Serif Theme"
2020-08-27 07:41:54 +02:00
meta_og_type: "website"
meta_og_url: "https://jekyll-serif-theme.netlify.app"
2020-08-27 08:23:31 +02:00
meta_og_image: "https://raw.githubusercontent.com/zerostaticthemes/jekyll-serif-theme/master/screenshots/tn.png"
2020-08-27 07:41:54 +02:00
meta_og_description: "Jekyll Serif is a modern business theme for Hugo. It contains content types for the archetypical business website. The theme is fully responsive, blazing fast and artfully illustrated."
meta_twitter_card: "summary"
meta_twitter_site: "@zerostaticio"
meta_twitter_creator: "@zerostaticio"
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 08:21:01 +01:00
sass:
style: compact # possible values: nested expanded compact compressed
2019-02-18 02:02:34 +01:00
plugins:
- jekyll-environment-variables