40bce2aec3
I figured that this is going to be the main source of truth unlike an OpenAPI Specification, and as such is the only one that we should be following.
13 lines
361 B
TOML
13 lines
361 B
TOML
base_url = "https://dat-adi.github.io/ff-zola/"
|
|
title = "Docs"
|
|
compile_sass = true
|
|
build_search_index = true
|
|
|
|
[markdown]
|
|
highlight_code = true
|
|
highlight_theme = "base16-ocean-light"
|
|
|
|
[extra]
|
|
logo = "https://easydocs.codeandmedia.com/logo.svg"
|
|
release = "https://api.github.com/repos/getzola/zola/releases/latest"
|
|
favicon = "https://www.getzola.org/favicon.ico"
|