diff --git a/config.toml b/config.toml index 68faa2a..0256d19 100644 --- a/config.toml +++ b/config.toml @@ -1,8 +1,14 @@ # The URL the site will be built for 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 +minify_html = true # Whether to build a search index to be used later on by a JavaScript library build_search_index = true @@ -18,9 +24,9 @@ taxonomies = [ ] [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 +smart_punctuation = true [extra] # Put all your custom variables here