ソースを参照

feat: add netlify build config

pull/2/head
Vivek R 5年前
コミット
e890d56aff
1個のファイルの変更8行の追加0行の削除
  1. +8
    -0
      netlify.toml

+ 8
- 0
netlify.toml ファイルの表示

@@ -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 = "/"

読み込み中…
キャンセル
保存