-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
99 lines (88 loc) · 1.71 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
title: Vantibyte
url: "https://vantibyte.com"
baseurl:
# google_analytics_key: UA-176823557-1
google_analytics_key: ""
description: Provider of modern broadcasting tools
author:
name: Vantibyte
email:
# twitter: vantibyte
timezone: Etc/UTC
# Should we generate the collections from markdown?
collections:
products:
output: true
clients:
output: false
permalink: pretty
plugins:
- "jekyll-seo-tag"
- "jekyll-sitemap"
exclude:
- Gemfile
- Gemfile.lock
- README.md
- LICENCE
include:
- ".well-known"
defaults:
# Set these pages to use a specific layout
- scope:
path: ""
type: "clients"
values:
layout: "client"
_options:
image_path:
width: 2000
height: 2000
- scope:
path: ""
type: "products"
values:
layout: "product"
_options:
image_path:
width: 2000
height: 2000
# Set this logo as the default for cards/embeds/opengraph
- scope:
path: ""
values:
image: /images/vblogo.png
# Disable images being added to the sitemap
- scope:
path: "images/*"
values:
sitemap: false
# Set .well-known to use no layout
- scope:
path: ".well-known/*"
values:
layout: "none"
# Set pages to use the "page" layout by default
- scope:
path: ""
type: "pages"
values:
layout: "page"
# Set the index page to use the default layout
- scope:
path: "index.html"
type: "pages"
values:
layout: "default"
social_icons:
# - Twitter
- Reaired
- Discord
- Twitch
# Do some minification
compress_html:
clippings: all
comments: all
endings: all
startings: []
blanklines: false
profile: false