27 lines
1.1 KiB
TOML
27 lines
1.1 KiB
TOML
# The URL the site will be built for
|
|
base_url = "https://norgbackup.net"
|
|
title = "Norg"
|
|
description = "A portable orchestration tool for the borg and restic backup utilities"
|
|
theme = "norgbackup"
|
|
compile_sass = true
|
|
build_search_index = true
|
|
preserve_dotfiles_in_output = true
|
|
|
|
[markdown]
|
|
highlight_code = true
|
|
highlight_theme = "base16-ocean-light"
|
|
|
|
[extra]
|
|
logo = "/norg-logo.png"
|
|
favicon = "/favicon.png"
|
|
easydocs_logo_always_clickable = false
|
|
# For use with offline sites. If set to true links in the nav 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 will be stored eg. base_url = file:///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.
|
|
# Can be used for example to always show headings on each page by setting it to 1.
|
|
easydocs_heading_threshold = 2
|