forked from apache/accumulo-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
79 lines (74 loc) · 1.97 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
safe: false
title: Apache Accumulo™
email: [email protected]
description: > # this means to ignore newlines until "url:"
The Apache Accumulo™ sorted, distributed key/value store is a robust, scalable,
high performance data storage and retrieval system.
url: "https://accumulo.apache.org" # the base hostname & protocol for your site
twitter_username: ApacheAccumulo
exclude: [vendor]
latest_release: 2.0.1
javadoc_version: 2.0.1
num_home_posts: 5
javadoc_base: "https://static.javadoc.io/org.apache.accumulo"
docs_baseurl: "/docs/2.x"
# Build settings
markdown: kramdown
# Collection names cannot contain periods
collections:
docs-2:
output: true
permalink: "/docs/2.x/:path"
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "default"
-
scope:
path: "tour"
type: "pages"
values:
layout: "tour"
permalink: "/tour/:basename/"
-
scope:
path: "_posts/blog"
type: "posts"
values:
layout: "post"
category: "blog"
-
scope:
path: "_posts/release"
type: "posts"
values:
layout: "release"
category: "release"
permalink: "/:categories/:title/"
-
scope:
path: ""
type: "docs-2"
values:
layout: "docs-2"
title_prefix: "Accumulo Documentation - "
version: "2.x"
latest_release: "2.0.1"
javadoc_version: "2.0.1"
docs_baseurl: "/docs/2.x"
javadoc_base: "https://static.javadoc.io/org.apache.accumulo"
skiph1fortitle: "true"
gh_branch: "main"
#whitelist: [jekyll-redirect-from]
#plugins_dir: ./_plugins
plugins: [jekyll-redirect-from]