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# Site settings
title: Artemis
email:
author:
description:
url: https://artemis.activemq.org
# Build settings
permalink: none
# permalink: :title/
sass:
sass_dir: css/
collections:
artemis_releases:
permalink: /components/artemis/download/:name
artemis_console_releases:
permalink: /components/artemis-console/download/: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: ""
type: "news"
values:
layout: "news"
title-class: page-title-artemis
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