forked from kubevirt/kubevirt.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
34 lines (30 loc) · 995 Bytes
/
_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
# Site settings
title: KubeVirt.io
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Virtual Machine Management on Kubernetes
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://www.kubevirt.io/" # the base hostname & protocol for your site
twitter_username: kubevirt
github_username: kubevirt
irc: [email protected]
Mailinglist: https://groups.google.com/forum/#!forum/kubevirt-dev
calendar: https://calendar.google.com/calendar/embed?src=18pc0jur01k8f2cccvn5j04j1g%40group.calendar.google.com&ctz=Etc%2FGMT
events: [email protected]
kubevirt_version: v0.8.0
kubernetes_version: v1.10.0
# Build settings
markdown: kramdown
permalink: /:year/:title:output_ext
collections:
labs:
output: true
permalink: /:collection/:path
plugins: [jekyll-paginate, jekyll-asciidoc]
paginate: 5
paginate_path: "/blogs/page:num"
defaults:
- scope:
path: "assets/img"
values:
image: true