-
Notifications
You must be signed in to change notification settings - Fork 30
/
config.dev.toml
37 lines (30 loc) · 1.17 KB
/
config.dev.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
####################################################################################
####################################################################################
# DEV DOCS SITE CONFIG
#
# Run with args:
#
# e.g. make HUGO_ARGS="--config config.toml,config.dev.toml" prod-docker-serve
#
# or make DOCKER_BUILD_ARGS="-e HUGO_BASEURL=\"http://localhost:8888\"" prod-docker-serve
#
####################################################################################
####################################################################################
# Will override existing setting if present
#baseURL = "https://docs-staging.corda.net/"
# title = "Using CONFIG.DEV.TOML"
[params]
# specifically set this in dev only to add an icon to launch the file in vscode
# not sure how to trigger for other editors (yet), but I know vscode:// is cross
# platform if installed
# do not delete....
siteroot = "Override on cmd line using HUGO_PARAMS_SITEROOT=$(pwd) hugo serve"
# Open web page from browser in specified editor. Supported:
#
# * vscode
# * atom
#
# Override on cmd line using HUGO_PARAMS_EDITOR=atom
editor = "vscode"
# insert https://github.com/Khan/tota11y
a11y = false