-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathconfig.toml
25 lines (21 loc) · 1.04 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
base_url = "https://easydocs.codeandmedia.com"
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"
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 = 5