Closed carrythebanner closed 4 months ago
also needs to update in package.json
( one idea to verify would be to copy a local version aside, rebuild and diff the two site directories to see if the generated output is the same )
i generated the output locally and diffed the results. there are some .xml differences ( for the site rss feed? ) -- but for the most part everything looks good.
we should double check the 404 page after applying this ( the root 404 page doesn't generate, but the netlify.toml already -- for some reason -- does cp public/404/index.html public/404.html
and that page is generated the same. )
and the code of conduct page. ( which might have a stray 0x0c character rendered. )
Fixes #595.
Using a new source for Hugo docker images, https://hub.docker.com/r/floryn90/hugo.
Couple of changes reflected here:
.hugo_build.lock
file, which I've added to.gitignore
config.toml
changed tohugo.toml
hugo watch
(possibly a difference in how the 2 Docker images are structured)Builds without warnings or errors. Needs more testing to verify that there aren't unintended changes to the output.