build: build v2.1.2
This commit is contained in:
parent
7af399e98f
commit
80857338f3
13
README.md
13
README.md
|
@ -78,6 +78,7 @@
|
||||||
|
|
||||||
- [ ] 图片懒加载
|
- [ ] 图片懒加载
|
||||||
- [ ] 大图查看器
|
- [ ] 大图查看器
|
||||||
|
- [ ] 文章点赞功能
|
||||||
- [ ] 文章版权信息
|
- [ ] 文章版权信息
|
||||||
- [ ] 在线更改字体和字号
|
- [ ] 在线更改字体和字号
|
||||||
- [ ] 打赏功能
|
- [ ] 打赏功能
|
||||||
|
@ -130,14 +131,14 @@ theme: ils
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
# ---------------------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------------------
|
||||||
# Theme basic info (please don't change)
|
# Your basic info
|
||||||
# 主题基本信息(请勿改动)
|
# 你的基本信息,请正确填写,将显示在主题中。
|
||||||
# ---------------------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------------------
|
||||||
theme_info:
|
base_info:
|
||||||
name: ILS
|
title: ILS
|
||||||
version: 2.1.1
|
|
||||||
author: XPoet
|
author: XPoet
|
||||||
repository: https://github.com/XPoet/hexo-theme-ils
|
email: i@xpoet.cn
|
||||||
|
url: https://ils.xpoet.cn/
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------------------
|
||||||
# Theme style settings
|
# Theme style settings
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hexo-theme-ils",
|
"name": "hexo-theme-ils",
|
||||||
"version": "2.1.1",
|
"version": "2.1.2",
|
||||||
"description": "A simple and beautiful theme for Hexo.",
|
"description": "A simple and beautiful theme for Hexo.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
|
Loading…
Reference in New Issue