-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
huge/config/private/process/map" trigger a silent error on --watch #44
Comments
It seems to be systematic when updating the I was not able to find the difference between those repos. It seems only deleting the mention of the function works. Even wrapping it in false condition ( The next step is to setup a minimal repo and present it upstream, but as I was unable to find the difference between thenewdynamic.com (no problem) and huge_sandbox (problem) |
Now that I'm getting a grasp on Hugo, I wanted to come back and see how Huge is getting along. I downloaded the basic version (I believe) but I don't even SEE a /layouts/index.html The only thing in there are partials that contain "private" directories (a couple layers down). It looks like nothing has been done on this project in 7 months. Has it been abandoned? |
Hi @darrenaddy the project is pretty much alive, latest release is from a few weeks ago. |
Wow, thanks for the superfast reply! I must have somehow gotten on the wrong Github page (it was v0.1.3, which would explain why it wasn't updated from long ago). I'm pretty new to Github. :\ Glad to hear it is still alive. PS: thanks for all the great articles you've written either on your domain or thenewdynamic's. I had to find your Hugo Translator Cheatsheet in order to learn that printf is a concatenation function! |
I think I followed the link on the Github project's Wiki page, which took me to the old version. Also, under Discussions, you announced 0.1.3 (as the last post) so it appears to be the most recent version. |
I take it back. I followed the link from thenewdynamic.com page: https://www.thenewdynamic.com/article/introducing-huge-a-hugo-framework/ |
Currently on huge_sandbox (and AGNI), this line of code which looks for
...()
config functions prevents the site from rebuilding on save.Need to investigage.
The text was updated successfully, but these errors were encountered: