-
-
Notifications
You must be signed in to change notification settings - Fork 56
Cannot start server #61
Copy link
Copy link
Open
Description
Steps to reproduce:
git clone git@github.com:kdevo/osprey-delight.gitcd osprey-delighthugo mod get -ucd exampleSitehugo mod get -ucd .../start.sh
Error:
Watching for changes in /home/user/projects/osprey-delight/exampleSite/{assets,content,data,i18n}
Watching for config changes in /home/user/projects/osprey-delight/exampleSite/config.yaml, /home/user/projects/osprey-delight/exampleSite/go.mod
Start building sites …
hugo v0.148.1+extended+withdeploy linux/amd64 BuildDate=2025-07-11T12:56:21Z VendorInfo=brew
WARN Raw HTML omitted while rendering "/home/user/projects/osprey-delight/exampleSite/content/blog/emoji-support.md"; see https://gohugo.io/getting-started/configuration-markup/#rendererunsafe
You can suppress this warning by adding the following to your site configuration:
ignoreLogs = ['warning-goldmark-raw-html']
WARN Raw HTML omitted while rendering "/home/user/projects/osprey-delight/exampleSite/content/blog/rich-content.md"; see https://gohugo.io/getting-started/configuration-markup/#rendererunsafe
You can suppress this warning by adding the following to your site configuration:
ignoreLogs = ['warning-goldmark-raw-html']
WARN Raw HTML omitted while rendering "/home/user/projects/osprey-delight/exampleSite/content/blog/placeholder-text.md"; see https://gohugo.io/getting-started/configuration-markup/#rendererunsafe
You can suppress this warning by adding the following to your site configuration:
ignoreLogs = ['warning-goldmark-raw-html']
WARN The "twitter", "tweet", and "twitter_simple" shortcodes were deprecated in v0.142.0 and will be removed in a future release. Please use the "x" shortcode instead.
WARN Raw HTML omitted while rendering "/home/user/projects/osprey-delight/exampleSite/content/blog/markdown-syntax.md"; see https://gohugo.io/getting-started/configuration-markup/#rendererunsafe
You can suppress this warning by adding the following to your site configuration:
ignoreLogs = ['warning-goldmark-raw-html']
WARN Doubtful use of partial function in {{ partial "partials/sections/about.html"}}), this is most likely not what you want. Consider removing superfluous prefix "partials/" from template name given as first function argument.
You can suppress this warning by adding the following to your site configuration:
ignoreLogs = ['warning-partial-superfluous-prefix']
Built in 83 ms
Error: error building site: render: failed to render pages: render of "/" failed: "/home/user/.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/kdevo/osprey-delight/v5@v5.0.8/layouts/index.html:15:15": execute of template failed: template: index.html:15:15: executing "index.html" at <partial $partial $page>: error calling partial: partial "partials/sections/about.html" not found
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels