-
Notifications
You must be signed in to change notification settings - Fork 113
/
_config.yml
67 lines (59 loc) · 1.54 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
# Site settings
title: KubeVirt.io
email: non@none.com
description: >- # this means to ignore newlines until "baseurl:"
Virtual Machine Management on Kubernetes
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://kubevirt.io/" # the base hostname & protocol for your site
type: website
image: /assets/images/KubeVirt_logo_color.png
twitter_username: kubevirt
github_username: kubevirt
irc: kubevirt@irc.freenode.net
Mailinglist: https://groups.google.com/forum/#!forum/kubevirt-dev
calendar: https://calendar.google.com/calendar/u/0/embed?src=kubevirt@cncf.io
events: 18pc0jur01k8f2cccvn5j04j1g@group.calendar.google.com
kubevirt_version: v0.15.0
kubernetes_version: v1.10.0
future: false
# Build settings
markdown: kramdown
permalink: /:year/:title:output_ext
collections:
labs:
output: true
permalink: /:collection/:path
galleries:
output: true
permalink: /:collection/:path
plugins: [jekyll-paginate, jekyll-asciidoc, jekyll-redirect-from, jekyll-feed, jekyll-sitemap, premonition, jekyll/tagging, jekyll-diagrams, jekyll-inline-svg]
paginate: 5
paginate_path: "/blogs/page:num"
defaults:
- scope:
path: "assets/img"
values:
image: true
feed:
categories:
- news
- updates
- community
- releases
- uncategorized
exclude:
- GUIDELINES.md
- README.md
- TODO.md
- .history
tag_page_layout: tag
tag_page_dir: /tag/
kramdown:
input: GFM
syntax_highlighter_opts:
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: false
start_line: 1