diff --git a/exampleSite/content/post/custom-files.md b/exampleSite/content/post/custom-files.md
index fcc99c7..460c0c6 100644
--- a/exampleSite/content/post/custom-files.md
+++ b/exampleSite/content/post/custom-files.md
@@ -14,7 +14,7 @@ tags:
- 个性化
- 布局
-url: "post/custom-files.html"
+url: "demo/custom-files.html"
toc: true
---
diff --git a/exampleSite/content/post/emoji-support.md b/exampleSite/content/post/emoji-support.md
index ebe8847..4eda136 100644
--- a/exampleSite/content/post/emoji-support.md
+++ b/exampleSite/content/post/emoji-support.md
@@ -14,7 +14,7 @@ tags:
- 表情
- emoji
-url: "post/emoji-support.html"
+url: "demo/emoji-support.html"
---
Emoji 可以通过多种方式在 Hugo 项目中启用。
diff --git a/exampleSite/content/post/hello-world.md b/exampleSite/content/post/hello-world.md
index a6e6340..0d3bfd3 100644
--- a/exampleSite/content/post/hello-world.md
+++ b/exampleSite/content/post/hello-world.md
@@ -12,7 +12,7 @@ tags:
- Hugo
- 开始
-url: post/hello-world.html
+url: demo/hello-world.html
toc: true
weight: 2
---
diff --git a/exampleSite/content/post/markdown-syntax.md b/exampleSite/content/post/markdown-syntax.md
index 5f813c4..974cb37 100644
--- a/exampleSite/content/post/markdown-syntax.md
+++ b/exampleSite/content/post/markdown-syntax.md
@@ -7,7 +7,7 @@ lastmod: 2022-06-03T11:52:18+08:00
publishDate: 2022-06-03T11:52:18+08:00
author: Mainroad
-originLink: https://mainroad-demo.netlify.app/post/basic-elements/
+originLink: https://mainroad-demo.netlify.app/demo/basic-elements/
categories:
- 示例文章
@@ -19,7 +19,7 @@ tags:
toc: false
draft: false
-url: post/markdown-syntax.html
+url: demo/markdown-syntax.html
---
仅以此篇文章来测试下在 `NexT` 主题中在通过 `Hugo` 引擎来建站时,是否支持 `Markdown` 文件内容中所写的各种语法,并展示下实际的效果。
@@ -208,4 +208,4 @@ Xn + Yn = Zn
比特作为信息论中的信息单位,也被称为 shannon ,以信息论领域的创始人 Claude shannon 的名字命名。
参考:
-- 来自 **Mainroad** 主题的 [Basic Elements](https://mainroad-demo.netlify.app/post/basic-elements/) 内容
+- 来自 **Mainroad** 主题的 [Basic Elements](https://mainroad-demo.netlify.app/demo/basic-elements/) 内容
diff --git a/exampleSite/content/post/math-formula.md b/exampleSite/content/post/math-formula.md
index e0ead99..b047921 100644
--- a/exampleSite/content/post/math-formula.md
+++ b/exampleSite/content/post/math-formula.md
@@ -15,7 +15,7 @@ tags:
- katex
-url: "post/math-formula.html"
+url: "demo/math-formula.html"
math: mathjax
---
diff --git a/exampleSite/content/post/mermaid-charts.md b/exampleSite/content/post/mermaid-charts.md
index 1aa92a2..cf426ac 100644
--- a/exampleSite/content/post/mermaid-charts.md
+++ b/exampleSite/content/post/mermaid-charts.md
@@ -13,7 +13,7 @@ tags:
- 流程图
- 时序图
-url: "post/mermaid-charts.html"
+url: "demo/mermaid-charts.html"
mermaid: true
toc: true
---
diff --git a/exampleSite/content/post/no-header-title.md b/exampleSite/content/post/no-header-title.md
index f7a6a6c..6119175 100644
--- a/exampleSite/content/post/no-header-title.md
+++ b/exampleSite/content/post/no-header-title.md
@@ -14,7 +14,7 @@ tags:
comment:
enable: false
-url: "post/no-header-title.html"
+url: "demo/no-header-title.html"
---
刘慈欣2018克拉克奖获奖感言(部分内容节选)。
diff --git a/exampleSite/content/post/shortcodes.md b/exampleSite/content/post/shortcodes.md
index 655e18c..b38c569 100644
--- a/exampleSite/content/post/shortcodes.md
+++ b/exampleSite/content/post/shortcodes.md
@@ -12,7 +12,7 @@ categories:
tags:
- 短代码
- 语法
-url: "post/shortcodes.html"
+url: "demo/shortcodes.html"
---
虽然 `Markdown` 语法已经非常丰富能够满足我们写文章的绝大部分需求,但是为更好的对文章内容进行更友好的排版,为引设计一套自定义的短语,便于在使用时能够快速引用。
diff --git a/exampleSite/content/post/syntax-highlighting.md b/exampleSite/content/post/syntax-highlighting.md
index 6b91cc7..eafb9fb 100644
--- a/exampleSite/content/post/syntax-highlighting.md
+++ b/exampleSite/content/post/syntax-highlighting.md
@@ -14,7 +14,7 @@ tags:
- 高亮
- Chroma
-url: post/syntax-highlighting.html
+url: demo/syntax-highlighting.html
---
Hugo 通过 Chroma 提供非常快速的语法高亮显示,现 Hugo 中使用 Chroma 作为代码块高亮支持,它内置在 Go 语言当中,速度是真的非常、非常快,而且最为重要的是它也兼容之前我们使用的 Pygments 方式。
diff --git a/exampleSite/content/post/table-of-content.md b/exampleSite/content/post/table-of-content.md
index 039963b..b25dda8 100644
--- a/exampleSite/content/post/table-of-content.md
+++ b/exampleSite/content/post/table-of-content.md
@@ -14,7 +14,7 @@ tags:
- 博客
toc: true
-url: post/table-of-content.html
+url: demo/table-of-content.html
---
巴顿将军说过:“衡量一个人是否成功,不是看他站到顶峰,而是从顶峰跌落之后的反弹力”,褚时健的人生便是如此,中年发家致富,名利双收,之后又跌落到谷底,等到74岁再创业,10年后带着褚橙归来,东山再起收获亿万财富,他的发展轨迹就是反弹的过程。