diff --git a/.static b/.static new file mode 100644 index 00000000..e69de29b diff --git a/app.json b/app.json new file mode 100644 index 00000000..c5854293 --- /dev/null +++ b/app.json @@ -0,0 +1,7 @@ +{ + "scripts": { + "dokku": { + "predeploy": "cd /app/www && mkdir -p public && hugo --gc --minify" + } + } +}