diff --git a/README.md b/README.md index e5c2b2c..1c9d1e3 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ - [ ] 图片懒加载 - [ ] 大图查看器 +- [ ] 文章点赞功能 - [ ] 文章版权信息 - [ ] 在线更改字体和字号 - [ ] 打赏功能 @@ -130,14 +131,14 @@ theme: ils ```yml # --------------------------------------------------------------------------------------- -# Theme basic info (please don't change) -# 主题基本信息(请勿改动) +# Your basic info +# 你的基本信息,请正确填写,将显示在主题中。 # --------------------------------------------------------------------------------------- -theme_info: - name: ILS - version: 2.1.1 +base_info: + title: ILS author: XPoet - repository: https://github.com/XPoet/hexo-theme-ils + email: i@xpoet.cn + url: https://ils.xpoet.cn/ # --------------------------------------------------------------------------------------- # Theme style settings diff --git a/package.json b/package.json index 25053ae..c872119 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-ils", - "version": "2.1.1", + "version": "2.1.2", "description": "A simple and beautiful theme for Hexo.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"