8000 Broken website: "This line is from ..." · Issue #1360 · thuliteio/doks · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Broken website: "This line is from ..." #1360

New issue

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

Open
danielesalvatore opened this issue May 7, 2025 · 3 comments
Open

Broken website: "This line is from ..." #1360

danielesalvatore opened this issue May 7, 2025 · 3 comments

Comments

@danielesalvatore
Copy link
danielesalvatore commented May 7, 2025

Description

Image

If I start the local dev server or try to build the website, it is rendered as in the above picture. This seems to be related to the home page and every website page.
I implemented layout override as follows, untouched for months:
Image

If I replace my custom home page with the one contained in the @thulite/doks-core lib the override seems to work.
Override of other partials seems to work, for instance, you can see a chatbot icon embedded via head override.
The website has been working correctly for about a month. The libs are all up to date; additional info on the specific versions is below.

Environment

hugo: stable 0.147.2 (bottled)
npm 10.8.2
node v20.18.0

package.json
...
 "scripts": {
    "create": "hugo new",
    "dev": "hugo server --disableFastRender --noHTTPCache",
    "format": "prettier **/** -w -c",
    "build": "hugo --minify --gc",
    "preview": "vite preview --outDir public"
  },
  "dependencies": {
    "@thulite/doks-core": "^1.8.1",
    "@thulite/images": "^3.3.1",
    "@thulite/inline-svg": "^1.2.0",
    "@thulite/seo": "^2.4.1",
    "@tabler/icons": "^3.31.0",
    "thulite": "^2.5.0"
  },
  "devDependencies": {
    "prettier": "^3.5.3",
    "vite": "^6.3.5"
  },
  "engines": {
    "node": ">=20.11.0"
  }

@h-enk
Copy link
Member
h-enk commented May 7, 2025

Please use Hugo =< 0.145.0 for now. I'm working on support for > 0.145.0 (available soon)

@h-enk
Copy link
Member
h-enk commented May 7, 2025

For background/ quick fix, see #1356

@danielesalvatore
Copy link
Author

@h-enk thank you for your quick reaction. I confirm this works. In my case, I removed hugo formula from brew (brew remove hugo) and installed the specific version via go (CGO_ENABLED=1 go install -tags extended,withdeploy github.com/gohugoio/hugo@v0.145.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0