Add blog metadata

main
trivernis 2 years ago
parent 194d8140ce
commit e401836cda
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -1,8 +1,14 @@
# The URL the site will be built for # The URL the site will be built for
base_url = "https://blog.trivernis.net" base_url = "https://blog.trivernis.net"
# Whether to automatically compile all Sass files in the sass directory title = "Trivernis' Blog"
description = "This is my half-hearted effort at writing a blog"
default_language = "en"
# compilation
compile_sass = true compile_sass = true
minify_html = true
# Whether to build a search index to be used later on by a JavaScript library # Whether to build a search index to be used later on by a JavaScript library
build_search_index = true build_search_index = true
@ -18,9 +24,9 @@ taxonomies = [
] ]
[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
smart_punctuation = true
[extra] [extra]
# Put all your custom variables here # Put all your custom variables here

Loading…
Cancel
Save