config.toml (704B)
1 # The URL the site will be built for 2 base_url = "https://lectures.alex.balgavy.eu" 3 title = "Lecture Notes" 4 description = "My lecture notes. Primarily for myself, maybe useful for others." 5 default_language = "en" 6 7 # Whether to automatically compile all Sass files in the sass directory 8 compile_sass = true 9 10 # Whether to build a search index to be used later on by a JavaScript library 11 build_search_index = true 12 13 [markdown] 14 # Whether to do syntax highlighting 15 # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola 16 highlight_code = true 17 extra_syntaxes_and_themes = ["syntaxes"] 18 19 smart_punctuation = true 20 21 [extra] 22 # Put all your custom variables here 23 debug = false