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

github.com/Y4er/hugo-theme-easybook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorY4er <45418382@qq.com>2019-10-09 15:17:44 +0300
committerY4er <45418382@qq.com>2019-10-09 15:17:44 +0300
commitec4b558779e76066c4324d89dc0bfa3d41c2f2fc (patch)
treee3d43e9460d9db028157922c3d88b9d84f6dc96f
parent73c2a98f33f38bdbd92aeeb1ee7a6347a5faa59b (diff)
update readme
-rw-r--r--README.MD12
-rw-r--r--README_EN.MD6
2 files changed, 16 insertions, 2 deletions
diff --git a/README.MD b/README.MD
index b0544a5..14fc144 100644
--- a/README.MD
+++ b/README.MD
@@ -1,7 +1,13 @@
# EasyBook
-EasyBook移植自[jekyll-theme-EasyBook](https://github.com/laobubu/jekyll-theme-EasyBook),简洁但强大。
+
+EasyBook移植自[jekyll-theme-EasyBook](https://github.com/laobubu/jekyll-theme-EasyBook),简洁但强大。在Hugo v0.58.3中测试通过。
[Demo](http://Y4er.com) [English Document](./README_EN.MD)
+
+# 截图
+![Screenshots](./images/screenshot.png)
+
# 开始
+
开始前请参考[官方文档](https://gohugo.io/getting-started/quick-start/)
```
hugo new site myblog
@@ -13,6 +19,7 @@ hugo server
```
# 功能
+
- 最近文章
- 图片懒加载
- 灯箱
@@ -26,10 +33,13 @@ hugo server
- shortcode
# 鸣谢
+
本仓库参考多个开源主题,在此鸣谢。
- [jekyll-theme-EasyBook](https://github.com/laobubu/jekyll-theme-EasyBook)
- [hugo-theme-even](https://github.com/olOwOlo/hugo-theme-even)
+
开发过程中多次参考[官方主题开发文档](https://gohugo.io/templates/)
# LICENSE
+
[The MIT License (MIT)](https://github.com/Y4er/hugo-theme-easybook/blob/master/LICENSE) \ No newline at end of file
diff --git a/README_EN.MD b/README_EN.MD
index 0137011..e2ac097 100644
--- a/README_EN.MD
+++ b/README_EN.MD
@@ -1,8 +1,11 @@
# EasyBook
-EasyBook is ported from [jekyll-theme-EasyBook] (https://github.com/laobubu/jekyll-theme-EasyBook), simple but powerful.
+EasyBook is ported from [jekyll-theme-EasyBook] (https://github.com/laobubu/jekyll-theme-EasyBook), simple but powerful. Passed the test in Hugo v0.58.3.
[Demo](http://Y4er.com) [中文README](./README.MD)
+# Screenshots
+![Screenshots](./images/screenshot.png)
+
# Start
Please refer to [Official Document] before starting (https://gohugo.io/getting-started/quick-start/)
@@ -35,6 +38,7 @@ hugo server
This warehouse is based on a number of open source topics, and I would like to thank you.
- [jekyll-theme-EasyBook] (https://github.com/laobubu/jekyll-theme-EasyBook)
- [hugo-theme-even](https://github.com/olOwOlo/hugo-theme-even)
+
Many references to the [Official Theme Development Document](https://gohugo.io/templates/) during development
# LICENSE