Remove unnecessary comments from zola config
This commit is contained in:
parent
b57d40a542
commit
3e19d337db
1 changed files with 0 additions and 4 deletions
|
@ -1,11 +1,7 @@
|
||||||
# The URL the site will be built for
|
|
||||||
base_url = "https://jotoho.gitlab.io/zola-testing/"
|
base_url = "https://jotoho.gitlab.io/zola-testing/"
|
||||||
|
|
||||||
default_language = "en"
|
default_language = "en"
|
||||||
|
|
||||||
[markdown]
|
[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
|
highlight_code = true
|
||||||
render_emoji = true
|
render_emoji = true
|
||||||
external_links_no_referrer = true
|
external_links_no_referrer = true
|
||||||
|
|
Loading…
Reference in a new issue