-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·177 lines (158 loc) · 3.96 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
title: BabelfishPG
description: ""
baseurl: "/babelfishpg-project-website" # the subpath of your site, e.g. /blog
url: "https://ongres.github.io" # the base hostname & protocol for your site, e.g. http://example.com
permalink: /:path/
email:
twitter_username:
github_username:
headings:
news: "News"
source: "Source Code"
authors: "Authors"
downloads: "Download & Get Started"
opensearch_version: 1.0.1
opensearch_major_minor_version: 1.0
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: 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
architecture:
permalink: /:collection/:path/
output: true
definition:
permalink: /:collection/:path/
output: true
quickStart:
permalink: /:collection/:path/
output: true
docs:
output: true
events:
output: true
artifacts:
output: true
versions:
output: true
docs:
output: true
faqs:
output: true
paginate: 5
paginate_path: "/blog/page:num/"
just_the_docs:
# Define the collections used in the theme
collections:
architecture:
name: Babelfish Architecture
# nav_exclude: true
nav_fold: true
# search_exclude: true
definition:
name: What is Babelfish
# nav_exclude: true
nav_fold: true
# search_exclude: true
quickStart:
name: Quickstart Guide
# nav_exclude: true
nav_fold: true
# search_exclude: 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
# Google Analytics Tracking (optional)
# e.g, UA-1234567-89
ga_tracking: G-BQV14XK08F
# 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