hugo-theme-introduction/netlify.toml

22 lines
690 B
TOML
Raw Normal View History

2019-03-18 18:03:40 +00:00
[Settings]
# 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]
# 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/"
# 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.
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]
HUGO_VERSION = "0.110.0"
NODE_VERSION = "19.6.0"
NPM_VERSION = "9.4.0"