hugo-config: Added site params to fix RSS feed#605
Open
tangelll wants to merge 3 commits intoOSGeo:masterfrom
Open
hugo-config: Added site params to fix RSS feed#605tangelll wants to merge 3 commits intoOSGeo:masterfrom
tangelll wants to merge 3 commits intoOSGeo:masterfrom
Conversation
cwhite911
requested changes
Feb 27, 2026
Co-authored-by: Corey White <smortopahri@gmail.com>
Co-authored-by: Corey White <smortopahri@gmail.com>
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.
This pull request open for this issue #604 .
Results in both version in hugo 0.113 and hugo 0.157 in below
**hugo v.0113
tart building sites …
hugo v0.113.0-085c1b3d614e23d218ebf9daad909deaa2390c9a+extended darwin/arm64 BuildDate=2023-06-05T15:04:51Z VendorInfo=gohugoio
-------------------+-------
Pages | 241
Paginator pages | 0
Non-page files | 10
Static files | 1254
Processed images | 66
Aliases | 0
Sitemaps | 1
Cleaned | 0
Built in 733 ms
Watching for changes in /Users/tangel/Works/grass-website/{archetypes,content,data,static,themes}
Watching for config changes in /Users/tangel/Works/grass-website/config.toml
Environment: "development"
Serving pages from memory
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop
**hugo 0.157
Start building sites …
hugo v0.113.0-085c1b3d614e23d218ebf9daad909deaa2390c9a+extended darwin/arm64 BuildDate=2023-06-05T15:04:51Z VendorInfo=gohugoio
-------------------+-------
Pages | 241
Paginator pages | 0
Non-page files | 10
Static files | 1254
Processed images | 66
Aliases | 0
Sitemaps | 1
Cleaned | 0
Built in 924 ms
Watching for changes in /Users/tangel/Works/grass-website/{archetypes,content,data,static,themes}
Watching for config changes in /Users/tangel/Works/grass-website/config.toml
Environment: "development"
Serving pages from memory
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop