···11+{% extends "base.html" %}
22+33+{% block content %}
44+<h1 class = "title">Hello!</h1>
55+66+There's not much here yet.
77+{% endblock content %}
+16
zola.toml
···11+# The URL the site will be built for
22+base_url = "https://alexvds.com"
33+44+# Whether to automatically compile all Sass files in the sass directory
55+compile_sass = true
66+77+# Whether to build a search index to be used later on by a JavaScript library
88+build_search_index = false
99+1010+[markdown]
1111+1212+[markdown.highlighting]
1313+theme = "catppuccin-mocha"
1414+1515+[extra]
1616+# Put all your custom variables here