You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hugo version:0.160.1
PaperMod version:v8.0-122-ge457685
I tried to get AI to solve my problem, but no matter how I modify it, I can’t find the article. Clicking on the article in the top right corner shows a 404.
This is my yml configuration: baseURL: "https://truthblog.pages.dev"
languageCode: zh-CN
title: truth-blog
theme: PaperMod
This is my article configuration: --- date: 2026-05-08T16:39:49+08:00 draft: false title: 20260508TW translationKey: "20260508TW" ---
This is my GitHub repository link:Github
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to get AI to solve my problem, but no matter how I modify it, I can’t find the article. Clicking on the article in the top right corner shows a 404.
This is my yml configuration:
baseURL:"https://truthblog.pages.dev"languageCode: zh-CN
title: truth-blog
theme: PaperMod
params:
author: truth-blog
description: "探寻真相"
ShowReadingTime: true
ShowPostNavLinks: true
ShowCodeCopyButtons: true
=== 多语言配置 ===
defaultContentLanguage: zh`
languages:
简体中文配置
zh:
weight: 1
languageName: 简体中文
contentDir: zh
title: 探寻真相
mainSections:
- article`
繁体中文配置
zh-hk:
weight: 2
languageName: 繁體中文
contentDir: zh-hk
title: 探尋真相
mainSections:
- article
英文配置
en:
weight: 3
languageName: English
contentDir: en
title: Seeking the Truth
mainSections:
- article
This is my article configuration:
--- date: 2026-05-08T16:39:49+08:00 draft: false title: 20260508TW translationKey: "20260508TW" ---This is my GitHub repository link:Github
Beta Was this translation helpful? Give feedback.
All reactions