build: build v3.1.0
This commit is contained in:
parent
e64d82e4cb
commit
7036ac380e
|
@ -15,7 +15,7 @@ style:
|
||||||
primary_color: '#0066CC'
|
primary_color: '#0066CC'
|
||||||
|
|
||||||
# Avatar (You can use local image or image external link)
|
# Avatar (You can use local image or image external link)
|
||||||
avatar: /images/avatar.png
|
avatar: /images/avatar.svg
|
||||||
|
|
||||||
# Favicon (You can use local image or image external link)
|
# Favicon (You can use local image or image external link)
|
||||||
favicon: /images/logo.svg
|
favicon: /images/logo.svg
|
||||||
|
@ -200,4 +200,4 @@ footer:
|
||||||
# ---------------------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------------------
|
||||||
# Keep version (Please don't modify)
|
# Keep version (Please don't modify)
|
||||||
# ---------------------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------------------
|
||||||
version: 3.0.4
|
version: 3.1.0
|
||||||
|
|
11
package.json
11
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hexo-theme-keep",
|
"name": "hexo-theme-keep",
|
||||||
"version": "3.0.4",
|
"version": "3.1.0",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A simple and elegant theme for Hexo.",
|
"description": "A simple and elegant theme for Hexo.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -14,10 +14,11 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"hexo",
|
"hexo",
|
||||||
"theme",
|
"theme",
|
||||||
"simple-theme",
|
"hexo-theme",
|
||||||
"elegant-theme",
|
"simple",
|
||||||
"beautiful-theme",
|
"elegant",
|
||||||
"powerful-theme"
|
"beautiful",
|
||||||
|
"powerful"
|
||||||
],
|
],
|
||||||
"author": "XPoet",
|
"author": "XPoet",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in New Issue