forked from ehcache/ehcache.org-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
92 lines (82 loc) · 1.61 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
# Site settings
title: Ehcache
email: [email protected]
description: Java's most widely used cache.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://www.ehcache.org" # the base hostname & protocol for your site
twitter_username: ehcache
github_username: ehcache
linkedin_username: terracotta
facebook_username: Terracotta
eh3_source_dir: /_eh3
# Build settings
markdown: kramdown
gems:
- jekyll-asciidoc
asciidoctor:
attributes:
# - hardbreaks!
- source-highlighter=prettify
# - source-highlighter=pygments
- pygments-css=style
- icons=font
- sourcedir=/_eh3
- sectanchors
- idprefix
- idseparator=-
defaults:
-
values:
layout: "default"
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
type: "posts"
values:
layout: "post"
-
scope:
type: "drafts"
values:
layout: "post"
-
scope:
path: "community"
type: "pages"
values:
layout: "community_page"
-
scope:
path: "documentation"
type: "pages"
values:
layout: "docs_page"
-
scope:
path: "documentation/2.7"
type: "pages"
values:
layout: "docs2x_page"
ehc_version: "2.7"
ehc_javadoc_version: "2.7.6"
-
scope:
path: "documentation/2.8"
type: "pages"
values:
layout: "docs2x_page"
ehc_version: "2.8"
ehc_javadoc_version: "2.8.5"
-
scope:
path: "documentation/3.0"
type: "pages"
values:
layout: "docs3x_page"
ehc_version: "3.0"
ehc_javadoc_version: "3.0.0.rc3"