-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Preview] 2.x hugo module #144
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
The error in Vercel is:
It seems to be related with the build image 🤔 |
|
After ed4bd2e, the error is the same as locally:
Mentioned also in zetxek/adritian-free-hugo-theme#165 (comment) - as it seems to be theme/module related. |
With hugo mod get -u github.com/zetxek/adritian-free-hugo-theme@6c3d6284df0394e4274fee674c4ad0d9aed73f0b
This is deploying now as it renders locally: empty. |
Solved in 5344b5c 🎉 There was a configuration file missing! ( ![]() |
Closing as in the end bootstrap will be included. |
Loading the theme as a hugo module instead of git submodule.
Locally, I get a working version:
The vercel preview URL doesn't seem to work yet, though. Checking...