forked from apache/accumulo-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
67 lines (62 loc) · 1.77 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
# 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
title: Apache Accumulo™
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
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_minor_release: 1.8
latest_release: 1.8.1
num_home_posts: 5
# Build settings
markdown: kramdown
# Collection names cannot contain periods
collections:
docs-2-0:
output: true
permalink: "/docs/2.0/:path"
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "default"
-
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-0"
values:
layout: "docs-2.0"
title_prefix: "Accumulo Documentation - "
version: "2.0"
latest_release: "2.0.0"
docs_baseurl: "/docs/2.0"
javadoc_base: "https://static.javadoc.io/org.apache.accumulo"
javadoc_core: "https://static.javadoc.io/org.apache.accumulo/accumulo-core/1.8.1"
skiph1fortitle: "true"
whitelist: [jekyll-redirect-from]
plugins: [jekyll-redirect-from]