Skip to content

Cannot start server #61

@passwordslug

Description

@passwordslug

Steps to reproduce:

  1. git clone git@github.com:kdevo/osprey-delight.git
  2. cd osprey-delight
  3. hugo mod get -u
  4. cd exampleSite
  5. hugo mod get -u
  6. cd ..
  7. ./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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions