forked from omniosorg/omniosorg.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
66 lines (59 loc) · 1.5 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
# Site settings
title: OmniOS Community Edition
description: illumos based server OS with ZFS, DTrace, Crossbow, SMF, Bhyve, KVM and Linux zone support
url: "https://omniosce.org"
baseurl: ""
logo: OmniOS Community Edition
paginate: 12
paginate_path: "/news/page:num/"
download_path: https://downloads.omniosce.org/media
uswest_path: https://us-west.mirror.omniosce.org/downloads/media
download_prefix: omniosce-
omnios_stable_date: the 4th of November, 2019
omnios_stable: r151032
omnios_stable_suffix: p
omnios_oldstable: r151030
omnios_lts_date: the 6th of May, 2019
omnios_lts: r151030
omnios_lts_suffix: ap
omnios_bloody: 20200413
owner:
email: [email protected]
facebook:
show: true
name: "OmniOS Community Edition"
url: "https://fb.me/omniosce"
github:
show: true
username: "omniosorg"
twitter:
show: true
username: "omniosce"
disqus:
show: false
username: "ichihararifa"
linkedin:
show: false
profile: "https://linkedin.com/in/your-profile-id-here"
sass:
sass_dir: _sass
style: compressed
collections:
docs:
output: true
permalink: /:path
defaults:
- scope:
path: ""
type: docs
values:
layout: page
order: 999
permalink: "/article/:title"
#exclude:
# - /vendor/bundle/ruby/2.4.0/gems/jekyll-2.4.0/lib/site_template/_posts/0000-00-00-welcome-to-jekyll.markdown.erb
markdown: kramdown
highlighter: rouge
plugins:
- jekyll-feed
- jekyll-paginate