blog/config.toml

23 lines
603 B
TOML

base_url = "https://sstork.dev"
title = "sstork.dev"
description = ""
theme = "linkita"
default_language = "en"
author = "Sebastian Stork"
generate_feeds = true
feed_filenames = ["atom.xml"]
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = 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 = true
[extra]
# Put all your custom variables here