Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Reduce the amount of one-shot shell scripting during development #158

Open
evankanderson opened this issue Apr 14, 2020 · 0 comments
Open

Comments

@evankanderson
Copy link
Member

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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant