Closed carrythebanner closed 4 months ago
i moved my existing "site/public" folder aside, applied the docker-compose fix for hugo, ran ./shift up, and saw it built successfully.
i compared the new files with the old, and saw only the expected changes. i browsed locally and created an event, all the pages look good.
both locally, and in the deploy preview https://deploy-preview-775--shift-docs.netlify.app/ i can see the .min versions of the assets come down. ( i notice it looks like netlify uses brotli compression on them as well, but maybe only if they are above some threshold )
( i think the site has too many files named 'main' )
/static
directory to/assets
./static
, but path changed from/static/js/libs
to/static/lib
. Singularlib
is more common, e.g. FHS, and the libraries were a mix of JS and CSS so thejs
subfolder was a bit misleading.style.default.css
totheme.css
.Fixes #397.