diff --git a/_config.yml b/_config.yml index 8a12ed8..4d42e47 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/package.json b/package.json index b13b4f7..1202bff 100644 --- a/package.json +++ b/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",