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

github.com/curttimson/hugo-theme-dopetrope.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'netlify.toml')
-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..d0e45e5
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,8 @@
+[build]
+ base = "exampleSite/"
+ publish = "public"
+ command = "hugo --gc --themesDir ../.. --config config-prod.toml"
+
+[build.environment]
+ HUGO_VERSION = "0.94.2"
+ HUGO_THEME = "repo" \ No newline at end of file