We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb76b4 commit f324a3dCopy full SHA for f324a3d
netlify.toml
@@ -0,0 +1,17 @@
1
+# details for the config format can be found here:
2
+# https://docs.netlify.com/configure-builds/file-based-configuration/
3
+
4
+[build]
5
+ # Directory to change to before starting a build.
6
+ # This is where we will look for package.json/.nvmrc/etc.
7
+ # If not set, defaults to the root directory.
8
+ base = "docs/"
9
10
+ # Directory that contains the deploy-ready HTML files and assets generated by
11
+ # the build. This is relative to the base directory if one has been set, or the
12
+ # root directory if a base has not been set. This sample publishes the
13
+ # directory located at the absolute path "root/project/build-output"
14
+ publish = "_site"
15
16
+ # Default build command.
17
+ command = "jekyll build"
0 commit comments