forked from apache/activemq-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
88 lines (81 loc) · 1.96 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
# Site settings
title: ActiveMQ
email:
author:
description:
url: https://apache.activemq.org
# Build settings
permalink: none
# permalink: :title/
sass:
sass_dir: css/
collections:
artemis_releases:
permalink: /components/artemis/download/:name
5x_releases:
output: true
permalink: /:name
cms_releases:
output: true
permalink: /components/cms/download/:name
nms_activemq_releases:
output: true
permalink: /components/nms/providers/activemq/downloads/:name
nms_amqp_releases:
output: true
permalink: /components/nms/providers/amqp/downloads/:name
nms_ems_releases:
output: true
permalink: /components/nms/providers/ems/downloads/:name
nms_msmq_releases:
output: true
permalink: /components/nms/providers/msmq/downloads/:name
nms_stomp_releases:
output: true
permalink: /components/nms/providers/stomp/downloads/:name
nms_wcf_releases:
output: true
permalink: /components/nms/providers/wcf/downloads/:name
news:
output: true
permalink: /news/:name
# The Current Releases config moved to src/_data/current_releases.yml
# so 'jekyll serve' picks up edits to it and generates the expected
# updates (whereas changes to _config.yml are deliberately ignored).
defaults:
- scope:
path: "assets/img"
values:
image: true
- scope:
path: ""
type: "5x_releases"
values:
layout: "5x_release"
title-class: page-title-activemq5
type: activemq5
- scope:
path: ""
type: "nms_amqp_releases"
values:
layout: "nms_amqp_release"
title-class: page-title-nms
type: nms
- scope:
path: ""
type: "news"
values:
layout: "news"
title-class: page-title-main
type: main
markdown: kramdown
highlighter: rouge
#permalink: /news/:year/:month/:day/:title/
excerpt_separator: ""
source: src
exclude: [ BUILD.md, Gemfile* ]
keep_files: [ .git ]
exclude: [ vendor ]
baseurl:
plugins:
- jekyll-redirect-from