Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jacobsun/edidor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsun6eal <jacob.sun.meta@gmail.com>2019-05-11 17:18:50 +0300
committersun6eal <jacob.sun.meta@gmail.com>2019-05-11 17:18:50 +0300
commitf1a91687c746068901a82db39bae7b2eb2dc2d3e (patch)
tree25883f66ed0fcc9729a4e952d2fc87029449ba37 /README-zh.md
parent7b99005b9efa3993c0c3007f336fbf84d341c95d (diff)
update
Diffstat (limited to 'README-zh.md')
-rw-r--r--README-zh.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/README-zh.md b/README-zh.md
index e69de29..13f3c39 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -0,0 +1,37 @@
+# Edidor
+类似编辑器的hugo主题.
+
+感谢[@GoHugoIO](https://twitter.com/GoHugoIO) 的 [推荐](https://twitter.com/GoHugoIO/status/1127175277673631744)
+
+# 演示
+[链接](https://ziox.xyz/)
+
+# 截图
+![screenshot](https://raw.githubusercontent.com/jacobsun/edidor/master/images/screenshot.png)
+![screenshot](https://raw.githubusercontent.com/jacobsun/edidor/master/images/tags.png)
+![screenshot](https://raw.githubusercontent.com/jacobsun/edidor/master/images/comment.png)
+
+
+
+# 安装
+在hugo网站根目录运行:
+
+```
+cd themes
+git clone https://github.com/jacobsun/edidor
+```
+或者(推荐这种方式)
+
+```
+cd themes
+git submodule add https://github.com/jacobsun/edidor
+```
+
+# 使用
+复制 `exampleSite/config.toml` 到网站根目录, 运行`hogo server`预览.
+
+# 问题
+主题多语言还不完整, 只有几处有.
+
+# 许可方式
+MIT