From 4a90bf905ee4c0d6b7b026d524a5867903ff225e Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Tue, 14 Dec 2021 18:54:18 -0600 Subject: [PATCH] Try a Hugo buildpack --- .buildpacks | 1 + .static | 0 app.json | 7 ------- 3 files changed, 1 insertion(+), 7 deletions(-) create mode 100644 .buildpacks delete mode 100644 .static delete mode 100644 app.json diff --git a/.buildpacks b/.buildpacks new file mode 100644 index 00000000..3bc96402 --- /dev/null +++ b/.buildpacks @@ -0,0 +1 @@ +https://github.com/thephw/hugo-buildpack.git diff --git a/.static b/.static deleted file mode 100644 index e69de29b..00000000 diff --git a/app.json b/app.json deleted file mode 100644 index c5854293..00000000 --- a/app.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "scripts": { - "dokku": { - "predeploy": "cd /app/www && mkdir -p public && hugo --gc --minify" - } - } -}