build: build v3.1.0
This commit is contained in:
parent
e64d82e4cb
commit
7036ac380e
|
@ -15,7 +15,7 @@ style:
|
|||
primary_color: '#0066CC'
|
||||
|
||||
# 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: /images/logo.svg
|
||||
|
@ -200,4 +200,4 @@ footer:
|
|||
# ---------------------------------------------------------------------------------------
|
||||
# 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",
|
||||
"version": "3.0.4",
|
||||
"version": "3.1.0",
|
||||
"private": false,
|
||||
"description": "A simple and elegant theme for Hexo.",
|
||||
"scripts": {
|
||||
|
@ -14,10 +14,11 @@
|
|||
"keywords": [
|
||||
"hexo",
|
||||
"theme",
|
||||
"simple-theme",
|
||||
"elegant-theme",
|
||||
"beautiful-theme",
|
||||
"powerful-theme"
|
||||
"hexo-theme",
|
||||
"simple",
|
||||
"elegant",
|
||||
"beautiful",
|
||||
"powerful"
|
||||
],
|
||||
"author": "XPoet",
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in New Issue