forked from Platformatory/platformatory.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
47 lines (42 loc) · 1.09 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
baseurl: ''
exclude: ['README.md']
permalink: pretty
title: 'Platformatory: Apache Kafka, Kong, Kubernetes, Modernization & Platform Strategy Consulting'
google_analytics_id: "G-PWW2W71JX1"
homepage:
show_call_box: true
logo:
mobile: "images/logo/plf-logo.svg"
desktop: "images/logo/plf-logo.svg"
desktop_height: "60px"
footer:
copyright_text: '© All rights reserved 2023. Platformatory LLC'
seo:
meta_og_title: "Platformatory"
meta_og_type: "website"
meta_og_url: "http://platformatory.io"
meta_og_image: "http://platformatory.io/images/logo/platformatory2.svg"
meta_og_description: "Cloud native engineering studio"
meta_twitter_card: "summary"
meta_twitter_site: "@platformatory"
meta_twitter_creator: "@platformatory"
collections:
services:
output: true
team:
output: true
consulting:
output: true
solutions:
output: false
openings:
output: true
engineering:
output: true
sass:
indentWidth: 4
style: compact # possible values: nested expanded compact compressed
precision: 10
plugins:
- jekyll-environment-variables
- jekyll-menus