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]
"#;