Browse Source

feat: add netlify build config

pull/2/head
Vivek R 5 years ago
parent
commit
e890d56aff
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      netlify.toml

+ 8
- 0
netlify.toml View File

@@ -0,0 +1,8 @@
[build]
publish = "exampleSite/public"
command = "cd exampleSite && hugo --gc --themesDir ../.."

[build.environment]
HUGO_VERSION = "0.51"
HUGO_THEME = "repo"
HUGO_BASEURL = "/"

Loading…
Cancel
Save