16 lines
406 B
TOML
16 lines
406 B
TOML
# The URL the site will be built for
|
|
base_url = "https://jotoho.gitlab.io/zola-testing/"
|
|
|
|
default_language = "en"
|
|
|
|
hard_link_static = true
|
|
|
|
[markdown]
|
|
# Whether to do syntax highlighting
|
|
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
|
highlight_code = true
|
|
render_emoji = true
|
|
external_links_no_referrer = true
|
|
|
|
[extra]
|
|
# Put all your custom variables here
|