forked from quartz-scheduler/quartz-scheduler.org-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
80 lines (72 loc) · 1.52 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
# Site settings
title: Quartz Enterprise Job Scheduler
email: [email protected]
description: A full-featured, Java-based, In-process job scheduler.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://www.quartz-scheduler.org" # the base hostname & protocol for your site
twitter_username: terracottatech
github_username: quartz-scheduler
linkedin_username: terracotta
facebook_username: Terracotta
qtz_latest_version: 2.2.1
qtz_latest_javadoc_version: 2.2.1
# Build settings
markdown: kramdown
gems:
- jekyll-asciidoc
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/quartz-2.x"
type: "pages"
values:
layout: "docs2x_page"
qtz_version: "2.0.2"
qtz_javadoc_version: "2.0.2"
-
scope:
path: "documentation/quartz-2.1.x"
type: "pages"
values:
layout: "docs21x_page"
qtz_version: "2.1.7"
qtz_javadoc_version: "2.1.7"
-
scope:
path: "documentation/quartz-2.2.x"
type: "pages"
values:
layout: "docs22x_page"
qtz_version: "2.2.1"
qtz_javadoc_version: "2.2.1"