diff --git a/exampleSite/config.toml b/exampleSite/config.toml index ebdf2eff..e99282b8 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1004,7 +1004,7 @@ enableEmoji = true [params.pangu] # For Chinese writing # 适用于中文写作用户 - enable = true + enable = false # TODO 为空则全局生效 selector = '' diff --git a/exampleSite/content/tags/encryption/_index.zh-cn.md b/exampleSite/content/tags/encryption/_index.zh-cn.md new file mode 100644 index 00000000..7f02d8df --- /dev/null +++ b/exampleSite/content/tags/encryption/_index.zh-cn.md @@ -0,0 +1,3 @@ +--- +title: "加密" +--- diff --git a/exampleSite/content/tags/print/_index.zh-cn.md b/exampleSite/content/tags/print/_index.zh-cn.md new file mode 100644 index 00000000..ebb3f1be --- /dev/null +++ b/exampleSite/content/tags/print/_index.zh-cn.md @@ -0,0 +1,3 @@ +--- +title: "打印" +--- diff --git a/exampleSite/content/tests/encryption.md b/exampleSite/content/tests/encryption/index.en.md similarity index 96% rename from exampleSite/content/tests/encryption.md rename to exampleSite/content/tests/encryption/index.en.md index 8e5542ab..a9cd70d8 100644 --- a/exampleSite/content/tests/encryption.md +++ b/exampleSite/content/tests/encryption/index.en.md @@ -36,22 +36,13 @@ I was shy, so I hid. ## Encrypted Content ### twemoji - -coffee ☕ +Coffee ☕ Gone camping! :tent: Be back soon. That is so funny! :joy: -### pangu - -``` -與PM戰鬥的人,應當小心自己不要成為PM -``` - -與PM戰鬥的人,應當小心自己不要成為PM - ### ruby [Hugo]^(An open-source static site generator) diff --git a/exampleSite/content/tests/encryption/index.zh-cn.md b/exampleSite/content/tests/encryption/index.zh-cn.md new file mode 100644 index 00000000..a21a30a3 --- /dev/null +++ b/exampleSite/content/tests/encryption/index.zh-cn.md @@ -0,0 +1,52 @@ +--- +title: "文章加密测试" +date: 2022-05-28T00:24:22+08:00 +description: "文章加密测试" +type: 'posts' +draft: true +password: 1212 +message: 密码是 1212 + +lightgallery: true + +math: + enable: true + +tags: +- Test +- Encryption +categories: +- Test + +menu: + main: + title: "文章加密测试" + parent: "tests" + pre: "" +--- + +我很害羞,所以我藏起来了哈哈。 + + + +## 内容加密解密测试 + +### emoji + +咖啡 ☕ + +去露营啦!:tent: 很快就回来。 + +真开心!:joy: + +### 盘古之白(中文排版) + +``` +當你凝視著bug,bug也凝視著你 + +不能信任那些Terminal或Editor用白底的人 +``` + +當你凝視著bug,bug也凝視著你 + +不能信任那些Terminal或Editor用白底的人 diff --git a/exampleSite/content/tests/fontawesome.md b/exampleSite/content/tests/fontawesome/index.en.md similarity index 100% rename from exampleSite/content/tests/fontawesome.md rename to exampleSite/content/tests/fontawesome/index.en.md diff --git a/exampleSite/content/tests/highlight.md b/exampleSite/content/tests/highlight/index.en.md similarity index 100% rename from exampleSite/content/tests/highlight.md rename to exampleSite/content/tests/highlight/index.en.md diff --git a/exampleSite/content/tests/markdown.zh-cn.md b/exampleSite/content/tests/markdown/index.zh-cn.md similarity index 95% rename from exampleSite/content/tests/markdown.zh-cn.md rename to exampleSite/content/tests/markdown/index.zh-cn.md index 510a4088..9afefc9d 100644 --- a/exampleSite/content/tests/markdown.zh-cn.md +++ b/exampleSite/content/tests/markdown/index.zh-cn.md @@ -1,5 +1,5 @@ --- -title: "Markdown Test" +title: "Markdown 测试" date: 2022-04-20T17:50:22+08:00 description: "Test for Markdown rendering" type: 'posts' @@ -14,14 +14,13 @@ categories: menu: main: - name: "Markdown 测试" title: "Test for Markdown rendering" parent: "tests" pre: "" --- ## line break -`FixIt is a clean, elegant but advanced blog theme for Hugo developed by Lruihao.It is based on the original LoveIt Theme, LeaveIt Theme and KeepIt Theme.` +`FixIt is a clean, elegant but advanced blog theme for Hugo developed by Lruihao. It is based on the original LoveIt Theme, LeaveIt Theme and KeepIt Theme.` `FixIt 是一个由 Lruihao 开发的简洁、优雅且高效的 Hugo 博客主题。它的原型基于 LoveIt 主题,LeaveIt 主题 和 KeepIt 主题。` diff --git a/exampleSite/content/tests/print-article.zh-cn.md b/exampleSite/content/tests/print-article/index.zh-cn.md similarity index 100% rename from exampleSite/content/tests/print-article.zh-cn.md rename to exampleSite/content/tests/print-article/index.zh-cn.md diff --git a/exampleSite/content/tests/shortcodes.md b/exampleSite/content/tests/shortcodes/index.en.md similarity index 100% rename from exampleSite/content/tests/shortcodes.md rename to exampleSite/content/tests/shortcodes/index.en.md