-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy path_config.yml
50 lines (43 loc) · 1.24 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
#auto: true
safe: false
#include: ./pages/
plugins: ./_plugins/
# baseurl: /docs/master/
git-repository: github.com/cfengine/documentation
git-branch: "3.23"
#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/blob/master/generator/_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"
cfengine:
branch: "master"
core_branch: "master"
latest_patch_release: 0
latest_package_build: 1a
vagrant_package_build: 1
masterfiles_branch: "master"
Template:
parse:
line_numbers: true
vagrant:
version: "2.2.19"
virtualbox:
version: "6.1.38"
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