docs/config.toml

25 lines
913 B
TOML

base_url = "https://docs.librepages.org"
title = "LibrePages Docs"
compile_sass = true
build_search_index = true
[markdown]
highlight_code = true
highlight_theme = "base16-ocean-light"
[extra]
logo = "/logo.png"
release = "https://git.batsense.net/LibrePages/forms/releases"
favicon = "/favicon/favicon.ico"
easydocs_logo_always_clickable = true
# For use with offline sites. If set to true template links are generated with the full path indcluding index.html
# Insired by Abridge theme https://www.getzola.org/themes/abridge/
# Notes:
# - Also requries the base URL to be set to the local folder where the site is stored eg. base_url = /home/user/mysite/public/
# - This is not portable and only works with a specific local folder
easydocs_uglyurls = false
# Minimum number of headings needed on a page before the headings show in the navigation on the left. Defaults to 5.
easydocs_heading_threshold = 5