-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config_build.yml
More file actions
31 lines (27 loc) · 1.25 KB
/
_config_build.yml
File metadata and controls
31 lines (27 loc) · 1.25 KB
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
################################################################################
# _config_build.yml #
# #
# This config file will be used when building the site for CI builds on the #
# GitHub actions platform or builds that will be deployed to the QA tier. #
# #
# See also: .github/workflows/ci.yml #
################################################################################
tier: ci
# Cause the build to fail if there is a YAML syntax error in page front matter.
strict_front_matter: true
# Cause the build to fail when liquid has problems.
liquid:
error_mode: strict
# strict_variables: true # seems not to work with project var usage in layouts
strict_filters: true
# Mirror GitHub pages produciton configuration.
# See also: https://docs.github.com/en/github/working-with-github-pages/about-github-pages-and-jekyll
lsi: false
# safe: true # FIXME see ticket #65 for details.
incremental: false
highlighter: rouge
gist:
noscript: false
kramdown:
math_engine: mathjax
syntax_highlighter: rouge