8c233e5d4a
The logo now points to the root directory, and the SVG has been replaced after resolving the issue with the viewport.
13 lines
320 B
TOML
13 lines
320 B
TOML
base_url = "https://docs.forgeflux.org"
|
|
title = "Docs"
|
|
compile_sass = true
|
|
build_search_index = true
|
|
|
|
[markdown]
|
|
highlight_code = true
|
|
highlight_theme = "base16-ocean-light"
|
|
|
|
[extra]
|
|
logo = "/logo.svg"
|
|
release = "https://api.github.com/repos/getzola/zola/releases/latest"
|
|
favicon = "https://www.getzola.org/favicon.ico"
|