From bdba95259f744c363d2487b1a0fc61a07d0026ab Mon Sep 17 00:00:00 2001 From: wherewhere Date: Fri, 20 Dec 2024 12:55:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=8C=85=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/package.json b/package.json index e05ed09..3ab0f3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "wherlog", "version": "0.0.1", + "description": "wherewhere的个人博客", "private": true, "scripts": { "build": "hexo generate", @@ -8,6 +9,36 @@ "deploy": "hexo deploy", "server": "hexo server" }, + "keywords": [ + "博客", + "开发", + "where", + "薇ㄦ", + "whercate" + ], + "homepage": "https://github.com/wherewhere/wherewhere.github.io", + "bugs": { + "url": "https://github.com/wherewhere/wherewhere.github.io/issues" + }, + "license": "Apache-2.0", + "author": "wherewhere7", + "contributors": [ + "wherewhere" + ], + "funding": [ + { + "type": "patreon", + "url": "https://www.patreon.com/wherewhere" + }, + { + "type": "爱发电", + "url": "http://afdian.com/@wherewhere" + } + ], + "repository": { + "type": "git", + "url": "git+https://github.com/wherewhere/wherewhere.github.io.git" + }, "hexo": { "version": "7.3.0" },