-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_config.yml
77 lines (71 loc) · 1.4 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
# Site settings
title: Terracotta
email: [email protected]
description: Java's most widely used cache.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://www.terracotta.org" # the base hostname & protocol for your site
twitter_username: terracottatech
github_username: terracotta-oss
linkedin_username: terracotta
facebook_username: Terracotta
disqus_shortname: ehcache
eh3_source_dir: /_eh3
# Build settings
markdown: kramdown
gems:
- jekyll-asciidoc
- jekyll-sitemap
webrick:
headers:
Access-Control-Allow-Origin: "*"
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.8"
type: "pages"
values:
layout: "docs4x_page"
tc_version: "2.8"
tc_javadoc_version: "2.8.5"