1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
pub(super) const CONFIG: &str = r#"
# The url prepended to all internal links 
base_url = "{% BASE_URL %}"

# Enable KaTeX precompilation
compile_katex = {% KATEX_YN %}

# Enable syntax highlighting
highlight_code = {% HIGHLIGHT_CODE %}
# Select highlighting theme
hl_theme = "InspiredGitHub"

# Enable git support (requires git to be installed in the PATH)
# UNIMPLEMENTED due to time constraints and a lack of developed rust libraries usable for the purpose 
enable_git = {% GIT_ENABLE %}

# Put all your custom variables here
[custom]

"#;