This repository has been archived on 2024-02-25. You can view files and clone it, but cannot push or open issues/pull-requests.
bytes.zone/config.toml

28 lines
657 B
TOML

title = "bytes.zone"
# The URL the site will be built for
base_url = "https://bytes.zone"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = false
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
generate_feed = true
feed_filename = "index.xml"
[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
highlight_theme = "one-dark"
extra_syntaxes_and_themes = ["syntaxes"]
[[taxonomies]]
name = "series"
[extra]
# Put all your custom variables here