2021-03-13 23:05:58 +05:30
|
|
|
base_url = "https://easydocs.codeandmedia.com"
|
2021-03-13 22:45:21 +05:30
|
|
|
title = "Docs"
|
|
|
|
compile_sass = true
|
|
|
|
build_search_index = true
|
|
|
|
|
|
|
|
[markdown]
|
|
|
|
highlight_code = true
|
|
|
|
highlight_theme = "base16-ocean-light"
|
|
|
|
|
|
|
|
[extra]
|
2021-06-27 12:53:46 +05:30
|
|
|
logo = "https://easydocs.codeandmedia.com/logo.svg"
|
2021-03-14 17:06:06 +05:30
|
|
|
release = "https://api.github.com/repos/getzola/zola/releases/latest"
|
2022-05-29 14:00:56 +05:30
|
|
|
favicon = "https://www.getzola.org/favicon.ico"
|
2022-07-23 13:43:15 +05:30
|
|
|
easydocs_logo_always_clickable = false
|
|
|
|
|
|
|
|
# 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
|
2022-08-20 06:32:36 +05:30
|
|
|
easydocs_uglyurls = false
|
|
|
|
|
2022-08-20 06:58:19 +05:30
|
|
|
# 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
|