-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
57 lines (51 loc) · 1.17 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
48
49
50
51
52
53
54
55
56
57
baseurl: ""
exclude: ["README.md"]
permalink: pretty
title: "Platformatory Labs"
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 2024. 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/plf-logo.svg"
meta_og_description: "Platform, Data & ML 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: true
openings:
output: true
engineering:
output: true
field-engineering:
output: true
events:
output: true
permalink: /events/:path
education:
output: true
# For events
future: true
sass:
indentWidth: 4
style: compact # possible values: nested expanded compact compressed
precision: 10
plugins:
- jekyll-environment-variables
- jekyll-menus