You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
It would be nice to be able to use symlinks and hugo's ability to reload dynamic files during development, rather than needing to re-run localbuild.sh.
This produces three benefits:
The golang is probably more approachable for many developers, especially as the find commands become more complex.
The golang templates are applied when the content is rendered, which reduces the risk of corrupting static files, since they won't be rendered through the template.
When complete, it should be possible to use a static docker image with the website and map the "docs" directory into it for live iteration using the actual website rendering.
The text was updated successfully, but these errors were encountered:
It would be nice to be able to use symlinks and hugo's ability to reload dynamic files during development, rather than needing to re-run
localbuild.sh
.This produces three benefits:
find
commands become more complex.The text was updated successfully, but these errors were encountered: