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

github.com/cristianmarint/sicily-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Marín <cristianmarint@gmail.com>2020-10-09 17:56:48 +0300
committerCristian Marín <cristianmarint@gmail.com>2020-10-09 17:56:48 +0300
commit6f94eccb396a7ab0b5b6c2a280f053cd42a0407b (patch)
tree352ef8105c2d6c9bda27a53c8c7e39b8cb096d73 /netlify.toml
🚀
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..a869d25
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,8 @@
+[build]
+ publish = "exampleSite/public"
+ command = "cd exampleSite && hugo --gc --themesDir ../.."
+
+[build.environment]
+ HUGO_VERSION = "0.74.3"
+ HUGO_THEME = "repo"
+ HUGO_BASEURL = "/" \ No newline at end of file