Upgrade/hinode to v2#201
Conversation
Deploying bouncmpe with
|
| Latest commit: |
23fd5dc
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f8723d80.bouncmpe.pages.dev |
| Branch Preview URL: | https://upgrade-hinode-to-v2.bouncmpe.pages.dev |
|
The reason why preview build fails is that the new theme version requires a newer Hugo version. Apparently, a solution for dynamically adjust the Hugo version used in PRs is to introduce # wrangler.toml
[env.preview.vars]
HUGO_VERSION = "0.159.2"
[env.production.vars]
HUGO_VERSION = "0.159.2"Source: https://developers.cloudflare.com/workers/wrangler/configuration/ |
| }, | ||
| "name": "bouncmpe.github.io", | ||
| "version": "0.1.0" | ||
| } |
| {{- end -}} | ||
| {{- end -}} | ||
| </div> | ||
| </div> |
There was a problem hiding this comment.
It is a good opportunity to re-evaluate our top navigation bar.
Do we really need to override the theme default this time? Can we introduce a university logo before the department name?
|
The preview issue seems resolved. I upgraded build commands at Cloudflare Pages side. |
This reverts commit 65f6bd2.
@doganulus Thanks! I am done with my changes. Do you think is there anything we need to check/change before merging this? |
|
Let's rebase it after recent merges. |
Closes #199
Changed files: