diff --git a/README-en.md b/README-en.md
new file mode 100644
index 0000000..55a09db
--- /dev/null
+++ b/README-en.md
@@ -0,0 +1,203 @@
+
Hugo Theme Moments | Demo
+
+
+
+[中文说明](README-zh.md)
+
+Moments is a Hugo theme for short posts(similar to Twitter posts). It provides a sharing space with privacy.
+
+## Screenshot
+
+
+
+## Quick Start
+
+### Install
+
+```
+$ hugo new site my_moments_name
+$ cd my_moments_name
+$ git clone https://github.com/FarseaSH/hugo-theme-moments themes/moments
+```
+
+### Configuration
+
+Copy and paste what is below in the `config.toml` file.
+
+```
+baseURL = "https://farseash.github.io/demo-hugo-theme-moments/"
+languageCode = "zh-Hans"
+theme = "moments"
+paginate = 10
+paginatePath = '.'
+
+[params]
+ title = "Moments Demo"
+ signature = "The only journey is the one within."
+ cover = "https://cdn.pixabay.com/photo/2018/03/13/22/53/puzzle-3223941_1280.jpg"
+
+ name = "Default User"
+ avatar = "/img/default_avatar.png"
+```
+
+### Create new Moment
+
+```
+hugo new moments/your_moments_name.md
+```
+
+Then, go to the file you just create to
+
+### Put your Moments on the Internet
+
+Please refer to Hugo document deploying part [https://gohugo.io/hosting-and-deployment/hugo-deploy/](https://gohugo.io/hosting-and-deployment/hugo-deploy/)
+
+## Configuration
+
+### Modify `config.toml` file
+Modify the settings in the `config.toml` to satisfy your own need. Please do not modify the arguments that are not included below.
+
+- `baseURL`: The base URL where you deploy your Moments。If the index page is under the subpath (like http://site.com/subpath/), please change this setting.
+- `paginate`: The number of Moments on a single page.
+- `title`: The title that is shown on the top.
+- `signature`: The signature(or the subtitle) that is shown on the top.
+- `cover`: The cover image that is shown on the top.
+- `name`: The default name that is shown as the author of Moments where the name is not set.
+- `avatar`: The default avatar that is shown in Moments where the avatar is not set.
+
+### Different types of Moments
+
+#### Plain Text
+
+
+
+```
+---
+top: 4
+name: Default User
+avatar: img/default_avatar.png
+
+date: 2021-08-01T11:33:28+08:00
+
+tags:
+ - default
+ -
+
+pic:
+
+pic_set:
+ -
+ -
+
+link:
+link_logo:
+link_text:
+
+note: This a pure text Moment.
+---
+
+In fact, you don't even need to include anything other than the plain text.
+```
+
+#### Single picture
+
+
+
+```
+---
+name: First
+avatar: https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fn.sinaimg.cn%2Fsinacn17%2F0%2Fw400h400%2F20181111%2F89f9-hnstwwq6307162.jpg&refer=http%3A%2F%2Fn.sinaimg.cn&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1630729931&t=e8c4135ba966d5fbfd5d30adf96551c0
+
+date: 2021-08-04T23:57:46+08:00
+
+tags:
+ - picture
+
+pic: https://cdn.pixabay.com/photo/2016/03/09/11/57/grand-canyon-1246248_1280.jpg
+
+pic_set:
+ -
+ -
+
+link:
+link_logo:
+link_text:
+
+note: This is a Moment with a picture
+---
+
+You can attach a picture(like the landscape below) to your Moments
+```
+
+#### Multiple pictures
+
+
+```
+---
+name: Second
+avatar: https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fimg11.360buyimg.com%2Fn1%2Fjfs%2Ft22180%2F273%2F1048905858%2F16927%2Fc863f2d8%2F5b1ee306Nc3fa41e8.jpg&refer=http%3A%2F%2Fimg11.360buyimg.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1630730078&t=818b15beaf41cabfa800ddea79f89445
+
+date: 2021-08-04T11:57:49+08:00
+
+tags:
+ - pictures
+ - food
+
+pic:
+
+pic_set:
+ - https://p8.itc.cn/images01/20210119/628400a0528c4dc696efdac8749b176d.jpeg
+ - https://img.uooyoo.com/img2017/5/9/2017050941664829.jpg
+ - https://cdn.pixabay.com/photo/2016/10/13/11/44/chocolates-1737503_1280.jpg
+ - https://cdn.pixabay.com/photo/2016/01/11/07/18/cupcakes-1133146_1280.jpg
+
+link:
+link_logo:
+link_text:
+
+note: This is a Moment with pictures
+---
+
+You can even attach multiple one pictures like the food I enjoy recently.
+```
+
+#### Webpage link
+
+
+
+```
+---
+name: Third
+avatar: https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fimage.biaobaiju.com%2Fuploads%2F20190822%2F14%2F1566456820-UokjFbWpuN.jpg&refer=http%3A%2F%2Fimage.biaobaiju.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1630729842&t=560fc243f983753c1f4541a1d9c0d365
+
+date: 2021-08-03T11:57:40+08:00
+
+tags:
+ - link
+ - Github
+
+pic:
+
+pic_set:
+ -
+ -
+
+link: https://www.github.com
+link_logo:
+link_text: GitHub - Where the world builds software · GitHub
+
+note: This is a Moment with a web page link
+---
+
+You may also attach a link to any web page.
+
+GitHub, Inc. is a provider of Internet hosting for software development and version control using Git. It offers the distributed version control and source code management (SCM) functionality of Git, plus its own features. It provides access control and several collaboration features such as bug tracking, feature requests, task management, continuous integration and wikis for every project. Headquartered in California, it has been a subsidiary of Microsoft since 2018. (Cited from Wikipedia)
+
+```
+
+## More to Expect
+
+- [ ] RSS share
+- [ ] Print Moments
+- [ ] More link logos
+- [ ] Make Moments more lightweight
\ No newline at end of file
diff --git a/README-zh.md b/README-zh.md
deleted file mode 100644
index b51ef14..0000000
--- a/README-zh.md
+++ /dev/null
@@ -1,211 +0,0 @@
-Hugo 主题 Moments | Demo
-
-
-
-[English](README.md)
-
-Moments是一款Hugo主题,用于短文发布,它为你提供了一个兼具社交性与私密性的记录分享空间。
-
-它可以是你的朋友圈,并利用RSS把你的moment推送给那些你想告诉的人;
-
-它可以是你的私人手帐,将你的moment打印出来放进日记本的夹层里面;
-
-它也可以是你的社交账号,附在博客旁,贴上那些短小精干的moment;
-
-它还可以是你们的团队平台,和朋友、队友们一起创建属于你们的moments。
-
-
-## Screenshot
-
-
-
-## 快速入门
-
-### 安装
-
-
-
-```bash
-$ hugo new site my_moments_name
-$ cd my_moments_name
-$ git clone https://github.com/FarseaSH/hugo-theme-moments themes/moments
-```
-
-### 配置
-
-将以下设置覆盖到`config.toml`文件中
-
-```
-baseURL = "https://farseash.github.io/demo-hugo-theme-moments/"
-languageCode = "zh-Hans"
-theme = "moments"
-paginate = 10
-paginatePath = '.'
-
-[params]
- title = "Moments Demo"
- signature = "人生如逆旅,我亦是行人。"
- cover = "https://cdn.pixabay.com/photo/2018/03/13/22/53/puzzle-3223941_1280.jpg"
-
- name = "Default User"
- avatar = "/img/default_avatar.png"
-```
-
-### 创建新的Moment
-
-```
-hugo new moments/your_moments_name.md
-```
-
-再进入`content/moments`文件夹打开相应的markdown文件进行编辑。
-
-
-### 将自己的Moments发布到网上
-
-请参考Hugo文档deploy部分[Hugo Deploy | Hugo](https://gohugo.io/hosting-and-deployment/hugo-deploy/)
-
-
-## 更多的设置
-
-### 修改配置文件 `config.toml`
-
-修改对应配置文件`config.toml`中的参数,以满足你的要求。对于下面没有提及的参数,请不要修改。
-
-- `baseURL`: 你所部署发布的网站地址。如果你的主页url是在域名子路径下(如 http://site.com/subpath/),请务必设定此项。
-- `paginate`: 单一页面上,显示的Moment的数量
-- `title`: 页面顶端的标题
-- `signature`: 页面顶端的签名
-- `cover`: 页面顶端的封面图
-- `name`: Moment默认发布人
-- `avatar`: Moment默认发布人的头像
-
-### 各种类型Moment的模板
-
-#### 纯文字
-
-
-
-```
----
-# 名称
-name:
-avatar:
-
-# 发布时间
-date: 2021-08-01T11:33:28+08:00
-
-# 给Moment添加标签
-tags:
- - default
- -
-
-# 附加信息类型1:单个图片
-pic:
-
-# 备注信息
-note: 这是纯文字的moment
----
-当然,你也可以什么都不附带,只发送纯文字moment。
-```
-
-#### 单一图片
-
-[](https://imgtu.com/i/fNYnyV)
-
-```
----
-# 名称
-name: 福斯特
-avatar: https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fn.sinaimg.cn%2Fsinacn17%2F0%2Fw400h400%2F20181111%2F89f9-hnstwwq6307162.jpg&refer=http%3A%2F%2Fn.sinaimg.cn&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1630729931&t=e8c4135ba966d5fbfd5d30adf96551c0
-
-# 发布时间
-date: 2021-08-04T23:57:46+08:00
-
-# 给Moment添加标签
-tags:
- - 图片
- - 最新moment
-
-# 附加信息类型1:单个图片
-pic: https://cdn.pixabay.com/photo/2016/03/09/11/57/grand-canyon-1246248_1280.jpg
-
-# 备注信息
-note: 这是加入图片的moment
----
-
-你可以为每条moment附带图片。
-
-比如说,好看的风景:
-```
-
-#### 图片集
-
-
-
-```
----
-# 名称
-name: 瑟德
-avatar: https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fimage.biaobaiju.com%2Fuploads%2F20190822%2F14%2F1566456820-UokjFbWpuN.jpg&refer=http%3A%2F%2Fimage.biaobaiju.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1630729842&t=560fc243f983753c1f4541a1d9c0d365
-
-# 发布时间
-date: 2021-08-03T11:57:40+08:00
-
-# 给Moment添加标签
-tags:
- - 链接
- - Github
- - 不知道贴什么标签
-
-# 附加信息类型3:链接
-link: https://www.github.com
-link_logo:
-link_text: GitHub - Where the world builds software · GitHub
-
-# 备注信息
-note: 这是加入链接的Moment
----
-你也可以像这样附带网络链接。
-
-GitHub是通过Git进行版本控制的软件源代码托管服务平台,由GitHub公司(曾称Logical Awesome)的开发者Chris Wanstrath、P. J. Hyett和汤姆·普雷斯顿·沃纳使用Ruby on Rails编写而成。(引用自Wikipedia)
-```
-
-## 未来功能开发
-
-- [ ] RSS订阅
-- [ ] Moments打印功能
-- [ ] 支持网页分享link的提供
\ No newline at end of file
diff --git a/README.md b/README.md
index 55a09db..c450317 100644
--- a/README.md
+++ b/README.md
@@ -1,28 +1,151 @@
-Hugo Theme Moments | Demo
+Hugo 主题 Moments | Demo
-[中文说明](README-zh.md)
+Moments是一款专门为短博文设计的Hugo主题(插入链接)。开发初衷是在微信朋友圈之外做一个纯粹写给自己的,独立的短文/动态空间,去记录生活点滴,个人思绪,发现与想法。后面发现Moments的使用对象不仅仅可以是自己,还可以是一群人,你可以为是朋友、团队,亦或情侣搭建一个专有的Moments空间。
-Moments is a Hugo theme for short posts(similar to Twitter posts). It provides a sharing space with privacy.
+Moments is a hugo theme designed for micro-blogging. The original intention is to create a personal space for sharing daily life, thoughts, discoveries & ideas, outside Wechat. Later on, it came to my mind that Moments can be a sharing space not only for a single individual, but also for friends, teams or even couples.
## Screenshot
-
+
-## Quick Start
+## 特点 Feature
-### Install
+1. 第一款专门支持短博文的Hugo主题
+2. 响应式设计,桌面端&手机端精心适配
+3. 拥有和社交平台一致的图片浏览体验
+4. 简洁的设计,纯净的体验,摆脱社交平台广告
+5. 支持在Moments中分享主流互联网平台的信息(朋友圈文章,知乎, 哔哩哔哩, 网易云音乐,等等)
+6. 多用户,和不同的人一起搭建不同的Moments空间
+7. (To be expected)RSS接入,第一时间了解朋友的分享
+
+## 快速入门
+
+- [实例:各种类型的Moment](#实例:各种类型的Moment)
+- [安装与部署](#安装与部署)
+
+### 实例:各种类型的Moment
+
+#### 包含图片集的Moment
+
+
```
+---
+name: 赛肯德
+avatar: https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fimg11.360buyimg.com%2Fn1%2Fjfs%2Ft22180%2F273%2F1048905858%2F16927%2Fc863f2d8%2F5b1ee306Nc3fa41e8.jpg&refer=http%3A%2F%2Fimg11.360buyimg.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1630730078&t=818b15beaf41cabfa800ddea79f89445
+
+date: 2021-08-04T11:57:49+08:00
+
+tags:
+ - 图片集
+ - 美食
+
+pictures:
+ - https://p8.itc.cn/images01/20210119/628400a0528c4dc696efdac8749b176d.jpeg
+ - https://img.uooyoo.com/img2017/5/9/2017050941664829.jpg
+ - https://cdn.pixabay.com/photo/2016/10/13/11/44/chocolates-1737503_1280.jpg
+ - https://cdn.pixabay.com/photo/2016/01/11/07/18/cupcakes-1133146_1280.jpg
+
+note: 这是附带图片集的moment
+---
+
+你也可以为每条moment附带更多的图片,做成图片集。
+
+比如最近打卡的美食们:
+```
+
+#### 单一图片的Moment
+
+
+
+```
+---
+name: 福斯特
+avatar: https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fn.sinaimg.cn%2Fsinacn17%2F0%2Fw400h400%2F20181111%2F89f9-hnstwwq6307162.jpg&refer=http%3A%2F%2Fn.sinaimg.cn&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1630729931&t=e8c4135ba966d5fbfd5d30adf96551c0
+
+date: 2021-08-04T23:57:46+08:00
+
+tags:
+ - 图片
+ - 最新moment
+
+pictures:
+ - https://cdn.pixabay.com/photo/2016/03/09/11/57/grand-canyon-1246248_1280.jpg
+
+note: 这是加入图片的moment
+---
+
+你可以为每条moment附带图片。
+
+比如说,好看的风景:
+```
+
+
+
+#### 附带网页链接的Moment
+
+
+
+```
+---
+name: 瑟德
+avatar: https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fimage.biaobaiju.com%2Fuploads%2F20190822%2F14%2F1566456820-UokjFbWpuN.jpg&refer=http%3A%2F%2Fimage.biaobaiju.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1630729842&t=560fc243f983753c1f4541a1d9c0d365
+
+date: 2021-08-03T11:57:40+08:00
+
+tags:
+ - 链接
+ - Github
+ - 不知道贴什么标签
+
+link: https://www.github.com
+link_logo:
+link_text: GitHub - Where the world builds software · GitHub
+
+note: 这是加入链接的Moment
+---
+你也可以像这样附带网络链接。
+
+GitHub是通过Git进行版本控制的软件源代码托管服务平台,由GitHub公司(曾称Logical Awesome)的开发者Chris Wanstrath、P. J. Hyett和汤姆·普雷斯顿·沃纳使用Ruby on Rails编写而成。(引用自Wikipedia)
+```
+
+#### 纯文字Moment
+
+
+
+```
+---
+name:
+avatar:
+
+date: 2021-08-01T11:33:28+08:00
+
+tags:
+ - default
+ -
+
+note: 这是纯文字的moment
+---
+当然,你也可以什么都不附带,只发送纯文字moment。
+```
+
+### 安装与部署
+
+#### 安装
+
+
+
+```bash
$ hugo new site my_moments_name
$ cd my_moments_name
$ git clone https://github.com/FarseaSH/hugo-theme-moments themes/moments
```
-### Configuration
+#### 第一次配置
-Copy and paste what is below in the `config.toml` file.
+将以下设置覆盖到`config.toml`文件中
```
baseURL = "https://farseash.github.io/demo-hugo-theme-moments/"
@@ -33,171 +156,52 @@ paginatePath = '.'
[params]
title = "Moments Demo"
- signature = "The only journey is the one within."
+ signature = "人生如逆旅,我亦是行人。"
cover = "https://cdn.pixabay.com/photo/2018/03/13/22/53/puzzle-3223941_1280.jpg"
name = "Default User"
avatar = "/img/default_avatar.png"
```
-### Create new Moment
+#### 创建新的Moment
```
hugo new moments/your_moments_name.md
```
-Then, go to the file you just create to
+再进入`content/moments`文件夹打开相应的markdown文件进行编辑。
-### Put your Moments on the Internet
-Please refer to Hugo document deploying part [https://gohugo.io/hosting-and-deployment/hugo-deploy/](https://gohugo.io/hosting-and-deployment/hugo-deploy/)
+#### 将自己的Moments发布到网上
-## Configuration
+请参考Hugo文档deploy部分[Hugo Deploy | Hugo](https://gohugo.io/hosting-and-deployment/hugo-deploy/)
-### Modify `config.toml` file
-Modify the settings in the `config.toml` to satisfy your own need. Please do not modify the arguments that are not included below.
+## 更多的设置
-- `baseURL`: The base URL where you deploy your Moments。If the index page is under the subpath (like http://site.com/subpath/), please change this setting.
-- `paginate`: The number of Moments on a single page.
-- `title`: The title that is shown on the top.
-- `signature`: The signature(or the subtitle) that is shown on the top.
-- `cover`: The cover image that is shown on the top.
-- `name`: The default name that is shown as the author of Moments where the name is not set.
-- `avatar`: The default avatar that is shown in Moments where the avatar is not set.
+### 修改配置文件 `config.toml`
-### Different types of Moments
+修改对应配置文件`config.toml`中的参数,以满足你的要求。对于下面没有提及的参数,请不要修改。
-#### Plain Text
+- `baseURL`: 你所部署发布的网站地址。如果你的主页url是在域名子路径下(如 http://site.com/subpath/),请务必设定此项。
+- `paginate`: 单一页面上,显示的Moment的数量
+- `title`: 页面顶端的标题
+- `signature`: 页面顶端的签名
+- `cover`: 页面顶端的封面图
+- `name`: Moment默认发布人
+- `avatar`: Moment默认发布人的头像
-
+## 未来功能开发&愿景
-```
----
-top: 4
-name: Default User
-avatar: img/default_avatar.png
+- [ ] RSS订阅
+- [ ] 将Moments打印,作为实体手帐
+- [ ] Moments评论功能
+- [ ] 更多平台,更多媒体类型的外链支持
-date: 2021-08-01T11:33:28+08:00
+最后一段是我发布Moments demo时候写下的愿景,希望自己不忘初心,与Moments一起成长。
-tags:
- - default
- -
-pic:
-
-pic_set:
- -
- -
-
-link:
-link_logo:
-link_text:
-
-note: This a pure text Moment.
----
-
-In fact, you don't even need to include anything other than the plain text.
-```
-
-#### Single picture
-
-
-
-```
----
-name: First
-avatar: https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fn.sinaimg.cn%2Fsinacn17%2F0%2Fw400h400%2F20181111%2F89f9-hnstwwq6307162.jpg&refer=http%3A%2F%2Fn.sinaimg.cn&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1630729931&t=e8c4135ba966d5fbfd5d30adf96551c0
-
-date: 2021-08-04T23:57:46+08:00
-
-tags:
- - picture
-
-pic: https://cdn.pixabay.com/photo/2016/03/09/11/57/grand-canyon-1246248_1280.jpg
-
-pic_set:
- -
- -
-
-link:
-link_logo:
-link_text:
-
-note: This is a Moment with a picture
----
-
-You can attach a picture(like the landscape below) to your Moments
-```
-
-#### Multiple pictures
-
-
-```
----
-name: Second
-avatar: https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fimg11.360buyimg.com%2Fn1%2Fjfs%2Ft22180%2F273%2F1048905858%2F16927%2Fc863f2d8%2F5b1ee306Nc3fa41e8.jpg&refer=http%3A%2F%2Fimg11.360buyimg.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1630730078&t=818b15beaf41cabfa800ddea79f89445
-
-date: 2021-08-04T11:57:49+08:00
-
-tags:
- - pictures
- - food
-
-pic:
-
-pic_set:
- - https://p8.itc.cn/images01/20210119/628400a0528c4dc696efdac8749b176d.jpeg
- - https://img.uooyoo.com/img2017/5/9/2017050941664829.jpg
- - https://cdn.pixabay.com/photo/2016/10/13/11/44/chocolates-1737503_1280.jpg
- - https://cdn.pixabay.com/photo/2016/01/11/07/18/cupcakes-1133146_1280.jpg
-
-link:
-link_logo:
-link_text:
-
-note: This is a Moment with pictures
----
-
-You can even attach multiple one pictures like the food I enjoy recently.
-```
-
-#### Webpage link
-
-
-
-```
----
-name: Third
-avatar: https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fimage.biaobaiju.com%2Fuploads%2F20190822%2F14%2F1566456820-UokjFbWpuN.jpg&refer=http%3A%2F%2Fimage.biaobaiju.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1630729842&t=560fc243f983753c1f4541a1d9c0d365
-
-date: 2021-08-03T11:57:40+08:00
-
-tags:
- - link
- - Github
-
-pic:
-
-pic_set:
- -
- -
-
-link: https://www.github.com
-link_logo:
-link_text: GitHub - Where the world builds software · GitHub
-
-note: This is a Moment with a web page link
----
-
-You may also attach a link to any web page.
-
-GitHub, Inc. is a provider of Internet hosting for software development and version control using Git. It offers the distributed version control and source code management (SCM) functionality of Git, plus its own features. It provides access control and several collaboration features such as bug tracking, feature requests, task management, continuous integration and wikis for every project. Headquartered in California, it has been a subsidiary of Microsoft since 2018. (Cited from Wikipedia)
-
-```
-
-## More to Expect
-
-- [ ] RSS share
-- [ ] Print Moments
-- [ ] More link logos
-- [ ] Make Moments more lightweight
\ No newline at end of file
+> Moments是一款Hugo主题,它为你提供了一个兼具社交性与私密性的记录分享空间。
+> 它可以是你的朋友圈,并利用RSS把你的moment推送给那些你想告诉的人
+> 它可以是你的私人手帐,将你的moment打印出来放进日记本的夹层里面
+> 它也可以是你的社交账号,附在博客旁,贴上那些短小精干的moment
+> 它还可以是你们的团队平台,和朋友、队友们一起创建属于你们的moments
\ No newline at end of file