From 90ef89213af8ba30cacac562dc2817889d8ec559 Mon Sep 17 00:00:00 2001 From: XPoet Date: Wed, 11 Oct 2023 18:18:10 +0800 Subject: [PATCH 1/3] Add hexo-theme-keep w/ npm auto-update --- packages/h/hexo-theme-keep.json | 38 +++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 packages/h/hexo-theme-keep.json diff --git a/packages/h/hexo-theme-keep.json b/packages/h/hexo-theme-keep.json new file mode 100644 index 000000000..f7f975caf --- /dev/null +++ b/packages/h/hexo-theme-keep.json @@ -0,0 +1,38 @@ +{ + "name": "hexo-theme-keep", + "description": "A simple and elegant theme for Hexo.", + "keywords": [ + "hexo", + "theme", + "simple", + "elegant", + "powerful" + ], + "license": "AGPL-3.0", + "homepage": "https://github.com/XPoet/hexo-theme-keep#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/XPoet/hexo-theme-keep.git" + }, + "authors": [ + { + "name": "XPoet", + "email": "i@xpoet.cn", + "url": "https://xpoet.cn" + } + ], + "autoupdate": { + "source": "npm", + "target": "hexo-theme-keep", + "fileMap": [ + { + "basePath": "source", + "files": [ + "js/**/*", + "font/**/*", + "images/**/*" + ] + } + ] + } +} From 9a6dfdb3daa9f83755f3652daff01226f1fee801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8C=87=E9=97=B4=E7=9A=84=E8=AF=97=E6=84=8F?= Date: Tue, 17 Oct 2023 21:54:46 -0500 Subject: [PATCH 2/3] Update hexo-theme-keep.json --- packages/h/hexo-theme-keep.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/h/hexo-theme-keep.json b/packages/h/hexo-theme-keep.json index f7f975caf..ef264e62d 100644 --- a/packages/h/hexo-theme-keep.json +++ b/packages/h/hexo-theme-keep.json @@ -28,9 +28,8 @@ { "basePath": "source", "files": [ - "js/**/*", - "font/**/*", - "images/**/*" + "js/**/*.js", + "font/**/*.css" ] } ] From d63bcd5288e0a0ffbe5257bda37478bb6b46e0a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8C=87=E9=97=B4=E7=9A=84=E8=AF=97=E6=84=8F?= Date: Mon, 6 Nov 2023 10:21:16 +0800 Subject: [PATCH 3/3] Update packages/h/hexo-theme-keep.json Co-authored-by: Matt Cowley --- packages/h/hexo-theme-keep.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/h/hexo-theme-keep.json b/packages/h/hexo-theme-keep.json index ef264e62d..ca68a850f 100644 --- a/packages/h/hexo-theme-keep.json +++ b/packages/h/hexo-theme-keep.json @@ -29,7 +29,8 @@ "basePath": "source", "files": [ "js/**/*.js", - "font/**/*.css" + "font/css/*.css", + "font/webfonts/*.@(ttf|woff2)" ] } ]