summaryrefslogtreecommitdiff
path: root/themes/blowfish/exampleSite/content/guides/template/index.zh-cn.md
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-04-29 22:50:58 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-04-29 22:50:58 +0200
commit015090549306ba6fd0c84a874b58559c4a1fa8fb (patch)
tree75fdfde4a7a3eb2431b36d1bad7409939be5e4d5 /themes/blowfish/exampleSite/content/guides/template/index.zh-cn.md
parentccbdfed13b8195d550899d66bf193d2fd33880e9 (diff)
update theme without example page
Diffstat (limited to 'themes/blowfish/exampleSite/content/guides/template/index.zh-cn.md')
-rw-r--r--themes/blowfish/exampleSite/content/guides/template/index.zh-cn.md37
1 files changed, 0 insertions, 37 deletions
diff --git a/themes/blowfish/exampleSite/content/guides/template/index.zh-cn.md b/themes/blowfish/exampleSite/content/guides/template/index.zh-cn.md
deleted file mode 100644
index 9b9f549..0000000
--- a/themes/blowfish/exampleSite/content/guides/template/index.zh-cn.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-title: "使用指南模板"
-date: 1987-12-22
-draft: false
-description: "用于创建 Blowfish 主题使用指南的模板"
-tags: ["模板"]
----
-
-感谢您愿意为 Blowfish 社区做出贡献。
-
-## 如何开始?
-这是一篇模板文章,将解释如何为 Blowfish 的指南部分创建新文章。
-
-## Clone Blowfish 仓库
-使用以下命令 clone 此仓库:
-
-```bash
-git clone https://github.com/nunocoracao/blowfish.git
-```
-
-## 配置您的文档
-复制并粘贴您要创建的 `.md` 文档所在的整个文件夹。
-使用 `YYYYMM-<英文标题>` 的格式(例如:`200601-tutorial`)命名文档,不允许有空格。
-
-## 编写您的指南
-编写您的指南 :)
-
-在 `img` 文件夹中储存图像并按下述格式引用它们:
-
-``` md
-![]()
-```
-
-![Example](img/example.jpg "Image caption")
-
-## 提交 PR
-提交您的 PR ,Blowfish 团队在这里提前感谢您对我们这个项目的贡献。 \ No newline at end of file