shift-org / shift-docs

Shift2Bikes: website and calendar for shift and pedalpalooza
https://shift2bikes.org
Other
22 stars 17 forks source link

make sure hugo builds on docker startup #780

Closed ionous closed 3 months ago

ionous commented 4 months ago

fixes #776

hugo is the "entrypoint" for this new hugo container; so command should only pass switches to it. ./shift watch is already doing the right thing

i also changed the -v to --loglevel debug to quiet its deprecation warning: ~ERROR deprecated: --verbose was deprecated in Hugo v0.114.0 and will be removed in Hugo 0.129.0. use --logLevel info