1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00

Try a Hugo buildpack

This commit is contained in:
Daniel Barber 2021-12-14 18:54:18 -06:00
parent cffa7caf57
commit 4a90bf905e
3 changed files with 1 additions and 7 deletions

1
.buildpacks Normal file
View File

@ -0,0 +1 @@
https://github.com/thephw/hugo-buildpack.git

View File

View File

@ -1,7 +0,0 @@
{
"scripts": {
"dokku": {
"predeploy": "cd /app/www && mkdir -p public && hugo --gc --minify"
}
}
}