You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
668 B
TOML
30 lines
668 B
TOML
# The URL the site will be built for
|
|
base_url = "/"
|
|
theme = "zola-private-dev-blog"
|
|
taxonomies = [ { name = "tags", feed = true } ]
|
|
generate_feed = true
|
|
compile_sass = true
|
|
build_search_index = false
|
|
|
|
highlight_code = true
|
|
highlight_theme = "gruvbox-dark"
|
|
render_emoji = true
|
|
external_links_target_blank = true
|
|
|
|
[extra]
|
|
nav = [
|
|
{ name = "Home", path = "/" },
|
|
{ name = "Gitea", path = "https://git.nickzana.dev" },
|
|
{ name = "Feed", path = "/atom.xml" },
|
|
{ name = "About", path = "/about/" },
|
|
]
|
|
|
|
accent = "#6b06a5"
|
|
accent_light = "#c98afc"
|
|
|
|
author = "Nick Zana"
|
|
|
|
not_found_message = """
|
|
This is not the page you're looking for... return back to [safety?](/)
|
|
"""
|