forked from cfengine/documentation-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
32 lines (28 loc) · 978 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
#auto: true
safe: false
#include: ./pages/
plugins: ./_plugins/
baseurl: /docs/master/
git-repository: github.com/cfengine/documentation
#source: ./pages/
#destination:
#layouts: ./_layouts/
#permalink: /:title.html
#CFEngine addon
# CFE_OUTPUT turn on special rules for output, see step2.txt about jekyll core hack (https://github.com/cfengine/documentation-generator/blob/master/_setup/step2.txt)
CFE_OUTPUT: true
#CFE_DIR - output folder if CFE_OUTPUT turned on
CFE_DIR: _site
#to create correct links in sitemap
CFE_manuals_version: master
paginate: 500
pygments: true
markdown: redcarpet2
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript", "tables"]
asset_pipeline:
bundle: true # Default = true
compress: true # Default = true
output_path: assets # Default = assets
display_path: docs/master/assets # Default = nil
gzip: false # Default = false