Conversation
Contributor
dvdksn
commented
Feb 19, 2026
- fix: move /desktop/install alias to get-docker page
- chore: migrate to Hugo v0.146.0 new template lookup system
- deps: upgrade to hugo v0.156.0 and fix deprecations
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
163cbac to
473ea07
Compare
The /desktop/install alias was self-referential, but to a page that was never rendered Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
- layouts/partials/ → layouts/_partials/ - layouts/shortcodes/ → layouts/_shortcodes/ - layouts/_default/_markup/ → layouts/_markup/ - layouts/_default/*.html → layouts/*.html (flatten _default/) - layouts/index.html → layouts/home.html - layouts/index.*.json/txt → layouts/home.*.json/txt - layouts/_default/index.llms.txt → layouts/home.llms.txt - layouts/tag/ → layouts/tags/ (match /tags/ URL path)
473ea07 to
49d1f65
Compare
There was a problem hiding this comment.
Review Summary
✅ This Hugo v0.156.0 upgrade PR looks good. I've verified the template and configuration migrations are correct.
Changes Verified
- Hugo config updates: The migration from
includeFiles/excludeFilesto the unifiedfilessyntax with array format and negation patterns (!) is correct for Hugo 0.156 - Template syntax: Updates from
site.AllPages→hugo.Sitesnested loops andsite.Data→hugo.Datafollow Hugo 0.156's breaking changes - Front matter: Cascade configuration updated from
_target:→target:per Hugo 0.156 requirements - Alias handling: The
/desktop/install/alias was properly moved from the desktop install page to the get-docker page - Code block syntax: The
linenos=1→linenos=truechange aligns with Hugo 0.156's boolean parameter expectation
All changes are valid migration updates for Hugo 0.156's new template lookup system and breaking changes. No content or functionality issues found.
craig-osterhout
approved these changes
Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.