forked from quartz-scheduler/quartz-scheduler.org-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
83 lines (72 loc) · 1.65 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
# 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
# The "quartz-version" value is for the latest master branch series
# These should define the current active branches in development.
asciidoc_attributes: &asciidoc_attributes
# quartz-version: 2.4.0-SNAPSHOT
# quartz-version-stable: 2.4.0
# quartz-version-23x: 2.3.1-SNAPSHOT
# quartz-version-23x-stable: 2.3.0
quartz-version: 2.5.0-SNAPSHOT
quartz-version-stable: 2.5.0
quartz-version-23x: 2.3.3-SNAPSHOT
quartz-version-23x-stable: 2.3.2
asciidoctor:
attributes: *asciidoc_attributes
exclude:
- README.md
- Gemfile
- Gemfile.lock
- run_cmd_each_javadoc_version.rb
- run_proofer.sh
- azure-pipelines.yml
- get-deps.sh
- add-analytics.sh
- .idea/
exclude_from_watch:
- .idea/
- quartz-worktree/
# 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"