Closed Anaeijon closed 5 years ago
Thanks @Anaeijon.
Two things
resources/_gen
is because (I think) not everywhere is able to run the extended version of Hugo. When Hugo Pipes was first included, asset processing wasn't available when deploying to Netlify, and I think the Windows version didn't include this feature. For this reason, it was recommended themes include generated assets. I've started a discussion on the Hugo forums as to whether this is still best practice.Currently hugo themes need to be distributed with the generated resources to be included in the theme directory as the readme says. So we'll close this PR and continue to distrubute the resources.
I've noticed, that you pushed various files, which are automatically generated when running hugo build or hugo serve. I've removed them and added all _gen folders to the .gitignore, to prevent this from happening again.