We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With a minimal hugo.toml (like when starting fresh 'hugo new site my-lotus-site') the following warning is printed when starting 'hugo server'
WARN calling IsSet with unsupported type "invalid" () will always return false
The problem is soleved by add the following two empty section headlines in the config: [params.social] [params.flexsearch]
No actual settings has to be added. I guess it's a bug in the config parser.
No response
- OS: Debian 10.13 - Golang: go1.24.0 linux/amd64 - Hugo version: 0.140.2-aae02ca612a02e085c08366a9c9279f4abb39d94+extended linux/amd64 BuildDate=2024-12-30T15:01:53Z VendorInfo=gohugoio - Lotus Docs: github.com/colinwilson/lotusdocs v0.2.0 // indirect - Browser: Google Chrome - Browser Version:
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
colinwilson
No branches or pull requests
Past Issues Searched
Issue is a Bug Report
Describe the bug
With a minimal hugo.toml (like when starting fresh 'hugo new site my-lotus-site') the following warning is printed when starting 'hugo server'
WARN calling IsSet with unsupported type "invalid" () will always return false
Expected behavior
The problem is soleved by add the following two empty section headlines in the config:
[params.social]
[params.flexsearch]
No actual settings has to be added. I guess it's a bug in the config parser.
Screenshots
No response
Environment
The text was updated successfully, but these errors were encountered: