forked from bitcraze/bitcraze-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
38 lines (29 loc) · 813 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
name: Bitcraze website
source: src
destination: _site
# Exclude the markdown files in the hardware documentation tree. We us them to extract data into other markdown files,
# but they should not be rendered into HTML in their original format.
exclude:
- 'documentation/hardware/*/*.md'
permalink: /:categories/:title/
liquid:
error_mode: strict
strict_variables: true
strict_filters: true
relative_links:
enabled: true
collections: false
keep_files: ['_site/css/kraken.css.map']
sass:
sass_dir: _scss
style: compressed
# Note: the ditaa and the jekyll-ditaa plugin are part of the bitcraze/web-builer
plugins:
- jekyll-ditaa
- jekyll-relative-links
- include-generated
- menu-support
ditaa_debug_mode: false
ditaa_output_directory: images/ditaa
kramdown:
math_engine: katex