Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Romero <halogenica@users.noreply.github.com>2022-06-27 05:15:31 +0300
committerGitHub <noreply@github.com>2022-06-27 05:15:31 +0300
commit1f0e3aa4ef9798be3c0541f2fe383ea1f5de6a07 (patch)
tree289fa07d026bd3e2170aac28b9448cab31198974
parent9b7c925f86a7a3614d7854b170696db550ae6df8 (diff)
parent8b3cc024a40028c549e06a2d9dcdef2961dcbc5b (diff)
Merge pull request #399 from RoneoOrg/netlify-deploy-settings
Add support for Netlify one-click deploy
-rw-r--r--netlify.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000..f248a9f
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,8 @@
+[build]
+ publish = "exampleSite/public"
+ command = "cd exampleSite && hugo --gc --themesDir ../.."
+
+[build.environment]
+ HUGO_VERSION = "0.79.0"
+ HUGO_THEME = "repo"
+ HUGO_BASEURL = "/"