forked from windup/windup-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
54 lines (47 loc) · 1.26 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
# Site settings
show_downloads: false
title: Windup Documentation
permalink: pretty
repository: windup/windup-documentation
baseurl: /
url: https://windup.github.io/windup-documentation
repository_url: https://github.com/windup/windup-documentation
type: website
future: false
# Build settings
markdown: kramdown
theme: jekyll-theme-minimal
plugins: [jekyll-asciidoc, jekyll-paginate, jekyll-redirect-from, jekyll-feed, jekyll-sitemap, premonition, jekyll/tagging, jekyll-seo-tag]
# empty array for asciidoc
asciidoc: {}
# upstream doc attributes
asciidoctor:
attributes:
- showtitle=@
- build=upstream
- imagesdir=../topics/images
- UserCLIBookName=CLI Guide
- RulesDevBookName=Rules Development Guide
- EclipseCrsGuideTitle=Eclipse and Red Hat CodeReady Studio Plugin Guide
- IntroToMTABookName=Introduction to the Migration Toolkit for Applications
- WebConsoleBookName=Web Console Guide
- MavenBookName=Maven Plugin Guide
safe: unsafe
exclude:
- README.md
- CODE_OF_CONDUCT.md
- .history
- CONTRIBUTING.adoc
- Gemfile.lock
- topics/
tag_page_layout: tag
tag_page_dir: /tag/
kramdown:
input: GFM
syntax_highlighter_opts:
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: false
start_line: 1