build: build v3.1.0

This commit is contained in:
XPoet 2021-01-05 18:42:15 +08:00
parent e64d82e4cb
commit 7036ac380e
2 changed files with 8 additions and 7 deletions

View File

@ -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

View File

@ -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",