forked from apache/incubator-pegasus-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
executable file
·111 lines (105 loc) · 2.21 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
100
101
102
103
104
105
106
107
108
109
110
111
title: Pegasus
collections:
overview:
output: true
blogs:
output: true
community:
output: true
releases:
output: true
docs:
output: true
asf:
output: true
plugins:
- jekyll-sitemap
- jekyll-paginate
- jekyll-feed
- jekyll-seo-tag
- jekyll-polyglot
- jekyll-redirect-from
- kramdown
- rouge
defaults:
- # default
scope:
# While `type` is optional, you must specify a value for `path` when creating a scope/values pair.
path: ""
values:
show_sidebar: false
toc: true
front: false
- scope:
path: ""
type: posts
values:
show_sidebar: false
toc: true
front: false
layout: post
header_style: is-info
hero_style: is-info
- scope:
path: ""
type: community
values:
show_sidebar: false
toc: true
front: false
layout: community
hero_style: is-white is-centered
header_style: is-black
- scope:
path: ""
type: asf
values:
show_sidebar: false
toc: true
front: false
layout: asf
hero_style: is-white is-centered
header_style: is-black
- scope:
path: ""
type: docs
values:
layout: docs
menubar: docs_menu
show_sidebar: false
- scope:
path: "_overview"
values:
layout: page
menubar: overview_menu
show_sidebar: false
# multi-languages support
languages: ["zh", "en"]
# All sites missing their languages' counterparts will fallback to your `default_lang`.
default_lang: "en"
exclude_from_localizations: ["js", "images", "css"]
parallel_localization: true
lang_from_path: true
sass:
# In Jekyll 4.0 , SCSS source maps will generate improperly due to how Polyglot operates.
# The workaround is to disable the CSS sourcemaps.
# Adding the following to your config.yml will disable sourcemap generation:
sourcemap: never
style: compressed
latest_pegasus_version: master
pegasus_versions:
- master
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.12.3
- 1.12.0
- 1.11.6
- 1.11.3
- 1.10.0
- 1.9.0
pegasus_github_url: "https://github.com/apache/incubator-pegasus"
pegasus_website_github_url: "https://github.com/apache/incubator-pegasus-website"