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

github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2019-02-22 00:42:18 +0300
committerZachary Betz <zwbetz@gmail.com>2019-02-22 00:42:18 +0300
commit1695245874d929a038292fc40f2e86988a82a082 (patch)
treeeb10ad1f300de16b0638210e7b6c582f33fe8dd9 /netlify.toml
Initial commit
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..e1631a1
--- /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://paper-hugo-theme.netlify.com/" \ No newline at end of file