-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
43 lines (42 loc) · 1.92 KB
/
netlify.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[build]
command = "rm -rf __obsidian __site && mkdir __obsidian && mv * __obsidian || true && git clone --recurse-submodules https://github.com/Enduriel/obsidian-zola-bb-modding.git __site && __site/run.sh"
publish = "public"
[build.environment]
# (Optional) Text in landing page button
LANDING_BUTTON = "Take me to the Docs"
# (Optional) Site description on landing page
LANDING_DESCRIPTION = "The ultimate repository for Battle Brothers Modding knowledge"
# (REQUIRED) The Markdown page linked to landing page button (e.g. put home for ./home.md)
LANDING_PAGE = "home"
# (Optional) Site title on landing page
LANDING_TITLE = "Battle Brothers Modding Documentation"
PYTHON_VERSION = "3.8"
# (REQUIRED) Site repo URL
REPO_URL = "https://github.com/Enduriel/BB-Modding-Doc-MD"
# (Optional) Site title in navbar
SITE_TITLE = "Battle Brothers Modding Documentation"
# (Optional) Site title in browser tab (leave blank to use SITE_TITLE)
SITE_TITLE_TAB = ""
# (REQUIRED) Netlify site URL
SITE_URL = "https://bbmodding.enduriel.com"
# (Optional) Site Timezone
TIMEZONE = "Europe/London"
ZOLA_VERSION = "0.15.2"
# (Optional, default title) How to sort notes inside each section on the right sidebar ("date" or "title"). Subsections on side bar are sorted by title, the sort order cannot be changed.
SORT_BY = "title"
# (Optional) Google Analytics Measurement ID
GANALYTICS = ""
# (Optional, default true) Slugify URLs. Put "" to disable.
SLUGIFY = "y"
# (Optional, default true) Shows knowledge graph on home page. Put "" to disable.
HOME_GRAPH = ""
# (Optional, default true) Shows knowledge graph on every page. Put "" to disable.
PAGE_GRAPH = ""
# (Optional, default false) Whether sidebar sections should be collapsed by default.
SIDEBAR_COLLAPSED = ""
# (Optional, default blank) Additional footer content.
FOOTER = ""
# (Optional, default main) Root section name.
ROOT_SECTION_NAME = "main"
# (Optional) visjs graph options. Can remove if desired.
GRAPH_OPTIONS = ""