-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy path_config.yml
43 lines (37 loc) · 918 Bytes
/
_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
title: DITA Open Toolkit
description: The open-source publishing engine for content authored in the Darwin Information Typing Architecture
url: https://www.dita-ot.org
baseurl: ''
# https://jekyllrb.com/docs/configuration/options/
safe: true
lsi: false
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
sass:
style: compressed
sass_dir: css
# Major & minor release version (2 digits)
release: '4.2'
# Maintenance version (normally 3 digits, 2 for initial major/minor releases)
version: '4.2.4'
# Exclude directories and/or files from the conversion
exclude:
- Gemfile*
- images/dita-ot_input-output.graffle
- LICENSE
- node_modules
- package*.js*
- README.md
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# Enable Octicons
plugins:
- jekyll-octicons
# Force-include Netlify’s redirects file
# https://www.netlify.com/docs/redirects
include:
- _redirects