Closed nilsnh closed 2 years ago
✔️ Deploy Preview for hl3 ready!
🔨 Explore the source changes: e54ed2b044c1274a101d3b997e470f4aa5914359
🔍 Inspect the deploy log: https://app.netlify.com/sites/hl3/deploys/61b0501e33b60c00076e2130
😎 Browse the preview: https://deploy-preview-31--hl3.netlify.app
Milestone
Over time I see that the HL3 license files differ more and more from the other licenses inside the
version/
folder. The previous versions have code in/layout/version/*
that is particular to them but not to the HL3.To better disambiguate the differences in how the licenses are built I moved the HL3 to it's own folder
_build-dependency-hl-3.0/
and created a corresponding layout file in/layout/_build-dependency-hl-3.0/
.This PR does not change the HL 3.0 license URL
/version/3/0/full.html
because that is handled by the Netlify function and proxy defined innetlify.toml
.Also, the PR fixes the Hugo build warning where it complains about missing layout plaintext / markdown / asciidoc file for kind "page".
Finally this PR documents how the HL3 license is built in the README.md
Getting there
Interesting bits
/public/_build-dependency-hl-3.0/
after deployment because:prepareLambdas.mjs
converts the full license text to JSON to be used by the Netlify function./build
page./public/_build-dependency-hl-3.0/
, but we delete it at the end of the build defined innetlify.toml
so we don't have to prevent it from being indexed by Google with a robots.txt.What I need help with
What's next
After merging, this PR should allow us to: