-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
executable file
·192 lines (170 loc) · 4.11 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
title: Babelfish for PostgreSQL
description: ""
baseurl: ""
url: "https://babelfishpg.org"
permalink: /:path/
email:
twitter_username:
github_username:
headings:
news: "News"
source: "Source Code"
authors: "Authors"
downloads: "Download & Get Started"
contributors: "Contributors"
getstarted: "Get Started"
lucene_version: 8_8_2
# Build settings
markdown: kramdown
remote_theme: pmarsceill/[email protected]
# Kramdown settings
kramdown:
toc_levels: 2..3
logo: "/assets/images/logo.svg"
# Aux links for the upper right navigation
aux_links:
color_scheme: babelfishpg
defaults:
- scope:
type: "posts"
values:
permalink: blog/:categories/:year/:month/:title/
- scope:
path: ""
type: "authors"
values:
layout: "author"
permalink: /:collection/:name/
- scope:
type: javadocs
values:
layout: javadocs
permalink: /:collection/:name.html
- scope:
type: events
values:
layout: event
permalink: events/:title/
- scope:
type: versions
values:
layout: versions
permalink: docs/versions/:categories/:slug.html
- scope:
type: artifacts
values:
layout: artifact
permalink: :collection/:categories/:slug.html
# Define Jekyll collections
collections:
# Define a collection named "tests", its documents reside in the "_tests" directory
installation:
permalink: /docs/:collection/:path/
output: true
usage:
permalink: /docs/:collection/:path/
output: true
client:
permalink: /docs/:collection/:path/
output: true
limitations:
permalink: /docs/:collection/:path/
output: true
workaround:
permalink: /docs/:collection/:path/
output: true
internals:
permalink: /docs/:collection/:path/
output: true
faq:
permalink: /docs/:collection/:path/
output: true
versions:
permalink: /versions/:path/
output: true
docs:
permalink: /:collection/:path/
output: true
events:
output: true
artifacts:
output: true
paginate: 5
paginate_path: "/blog/page:num/"
just_the_docs:
# Define the collections used in the theme
collections:
docs:
installation:
name: Installing Babelfish
nav_fold: true
usage:
name: Using Babelfish
nav_fold: true
workaround:
name: Migration workarounds
nav_fold: true
client:
name: Client programming
nav_fold: true
internals:
name: Babelfish internals
nav_fold: true
faq:
name: FAQ and getting help
nav_fold: true
# Enable or disable the site search
# Supports true (default) or false
search_enabled: true
search:
# Split pages into sections that can be searched individually
# Supports 1 - 6, default: 2
heading_level: 2
# Maximum amount of previews per search result
# Default: 3
previews: 3
# Maximum amount of words to display before a matched word in the preview
# Default: 5
preview_words_before: 5
# Maximum amount of words to display after a matched word in the preview
# Default: 10
preview_words_after: 10
# Set the search token separator
# Default: /[\s\-/]+/
# Example: enable support for hyphenated search words
tokenizer_separator: /[\s/]+/
# Display the relative url in search results
# Supports true (default) or false
rel_url: true
# Enable or disable the search button that appears in the bottom right corner of every page
# Supports true or false (default)
button: false
# Disable the just-the-docs theme anchor links in favor of our custom ones
# See _includes/head_custom.html
heading_anchors: false
# Adds on-hover anchor links to h2-h6
anchor_links: true
footer_content:
# Build settings
plugins:
- jekyll-remote-theme
- jekyll-redirect-from
- jekyll-feed
- jekyll-paginate
- jekyll-last-modified-at
- jekyll-sitemap
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- bower.json
- package.json
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- README.md
- .idea/