# The URL the site will be built for base_url = "https://lix.systems" # The site title and description; used in feeds by default. title = "Lix" description = "A fresh take on Nix focused on stability and UX" # Whether to build a search index to be used later on by a JavaScript library build_search_index = false # Generate atom/rss feeds. generate_feed = true [markdown] # Whether to do syntax highlighting # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola highlight_code = false # Whether smart punctuation is enabled (changing quotes, dashes, dots in their typographic form) # For example, `...` into `…`, `"quote"` into `“curly”` etc smart_punctuation = true