Hugo update - #359
Conversation
|
Tested, seems to work. |
curly brackets did not go well with the hugo update #359
|
Update: |
|
Note: I get error messages when trying to |
|
There is still a major issue to be discussed with maintainers: Sidenote: I also removed our twitter link. Related IssueLoosely related to PR #375 which was merged in here; TODOs before merging:
|
The `minimo` theme seems unmaintained; at least it still contains deprecated hugo syntax. This is fixed by selectively copying affected files from the `themes/minimo/<...>` subfolders to the main hugo folder. Those files are now under our maintenance and may be removed in the future if `minimo` receives and update.
- actions/checkout v7.0.1 - actions/upload-artifact v7.0.1 - c-hive/gha-remove-artifacts v1.8.0 - peaceiris/actions-hugo v3.2.1 - JamesIves/github-pages-deploy-action v4.9.0 ... and decided to revert to the official `minimo` repo instead of my own fork (modifications now live directly in this repo, see previous commit).
|
@damianooldoni I just fast-forwarded everything to the latest versions again:
Creation of the artifact works, so I assume that website deployment should also work upon merge to (*) Because I included the GHA, this PR now effectively overwrites #375 and the other PR may be closed. Sorry for this; I only realized afterwards that I was working on the same files as @ElsLommelen . Please double check, but I think we can safely close #375 after merging #359 . If anything is unclear from my writing, please do not hesitate to PM me. |
Description
The Hugo build instructions were a bit dated.
The site would not build locally any more.
More errors were related to changed partials from the
minimotheme.I have also attempted to update the github actions workflow.
This is the attempt to migrate to the latest versions of hugo and minimo.