Initial docs

This commit is contained in:
lvuch
2018-04-12 13:59:16 -07:00
commit d1752b4c7c
195 changed files with 131650 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[build]
command = "npm run build"
publish = "public"
[build.environment]
HUGO_VERSION = "0.36"
[context.production.environment]
HUGO_ENV = "production"
NODE_ENV = "production"
[context.deploy-preview]
command = "npm run build:preview"