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

github.com/zwbetz-gh/cayman-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz <zwbetz@gmail.com>2019-03-29 22:32:56 +0300
committerzwbetz <zwbetz@gmail.com>2019-03-29 22:32:56 +0300
commitdb4e4b535d4240620e89d339be08725646383976 (patch)
tree1808d64dcb8134af4e89081bcce0b7eeeec9d383 /netlify.toml
parent869bab744cb5638211f88c269c210dc89371441c (diff)
Delete unused files. Add example site. Add layouts
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..614335f
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,8 @@
+[build]
+ publish = "exampleSite/public"
+ command = "cd exampleSite && hugo --gc --themesDir ../.."
+
+[build.environment]
+ HUGO_VERSION = "0.54.0"
+ HUGO_THEME = "repo"
+ HUGO_BASEURL = "https://cayman-hugo-theme.netlify.com/"