( I keep getting this… I recreated the repo like 100 times in case there was something from my old blog… but I keep getting this error from github why? also it mentions jekyll 3.0 maybe thats the issue?
Hello Rick, thanks for the reply.
well basically I check that he was right or not… the files he mentions are not symlinks and not only that… if I remove one… and restart then complaints about the next one and so on… I used the octopress migration tool so not sure if that could be a problem… but I dont think so I think is related to github because locally works like a charm… so if I can see my website just fine locally should work remotely as well… this is why im suspicious that github is not compatible with hugo since they upgraded or something.
In general, the key here seems to understand that Hugo isn’t Jekyll. GitHub have native build-support for Jekyll. It seems that it thinks that your site is a Jekyll site and it fails, not surprisingly. There are tutorials on the docs site about how to get a Hugo site up and running on GitHub.
I don’t have the answer to this, but, how is github triggering the build. Perhaps there is something remaining in your git meta files, such as a post-commit hook etc, which github is trying to still use?