This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
Explanation of the recent history rewrite / demo site removal #73
danielfdickinson
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Full article:
https://www.wildtechgarden.ca/devel/hugo/two-repo-netlify-technique-for-module-ci/
Basically, having the demo/test site in the module results in Hugo pulling the demo/test site with every use of the module, which eats bandwidth like a fiend. Removing the demo site from
git clone
(which Go modules, which Hugo uses for its modules, uses) requires purging it from the Git repository even for old commits.Beta Was this translation helpful? Give feedback.
All reactions