site-sdf/config.toml

35 lines
932 B
TOML

# The URL the site will be built for
base_url = "https://atlas48.sdf.org/"
# 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
title = "Atlas Cove's Blog"
theme = "zola.386"
[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_syntaxes = ["extend"]
render_emoji = true
highlight_theme = "visual-studio-dark"
[[zola386_menu]]
name = "Home"
path = "/"
[[zola386_menu]]
name = "Docstore"
path = "https://atlas48.neocities.org/"
[[zola386_menu]]
name = "Social Media"
path = "https://atlas48.neocities.org/links.html"
[[taxonomies]]
name="catagories"
rss=true
[[taxonomies]]
name="tags"
rss=true
[extra]
# Put all your custom variables here
author="Atlas Cove"
keywords=[]