2019-03-18 18:03:40 +00:00
|
|
|
[Settings]
|
|
|
|
|
2019-08-14 12:40:10 +00:00
|
|
|
# Settings in the [build] context are global and are applied to all contexts
|
|
|
|
# unless otherwise overridden by more specific contexts.
|
2019-03-18 18:03:40 +00:00
|
|
|
[build]
|
2019-08-14 12:40:10 +00:00
|
|
|
# Directory to change to before starting a build.
|
2019-03-18 18:03:40 +00:00
|
|
|
# This is where we will look for package.json/.nvmrc/etc.
|
|
|
|
base = "exampleSite/"
|
|
|
|
|
2019-08-14 12:40:10 +00:00
|
|
|
# Directory (relative to root of your repo) that contains the deploy-ready
|
2019-03-18 18:03:40 +00:00
|
|
|
# HTML files and assets generated by the build. If a base directory has
|
|
|
|
# been specified, include it in the publish directory path.
|
2021-05-30 23:43:21 +00:00
|
|
|
publish = "exampleSite/docs/"
|
2019-03-18 18:03:40 +00:00
|
|
|
|
|
|
|
# Default build command.
|
2021-12-19 14:59:36 +00:00
|
|
|
command = "npm run build"
|
2021-05-30 23:51:01 +00:00
|
|
|
|
|
|
|
[build.environment]
|
2022-02-11 13:21:12 +00:00
|
|
|
HUGO_VERSION = "0.92.1"
|
|
|
|
NODE_VERSION = "17.4.0"
|
|
|
|
NPM_VERSION = "8.3.1"
|