From c063a931826dfc29d9b6370df67b0e33b0c6e140 Mon Sep 17 00:00:00 2001 From: uiolee <22849383+uiolee@users.noreply.github.com> Date: Fri, 19 Apr 2024 11:02:46 +0800 Subject: [PATCH] plugin: add hexo-esbuild, hexo-htmlnano --- source/_data/plugins/hexo-esbuild.yaml | 7 +++++++ source/_data/plugins/hexo-htmlnano.yml | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 source/_data/plugins/hexo-esbuild.yaml create mode 100644 source/_data/plugins/hexo-htmlnano.yml diff --git a/source/_data/plugins/hexo-esbuild.yaml b/source/_data/plugins/hexo-esbuild.yaml new file mode 100644 index 0000000000..b9be8f21c4 --- /dev/null +++ b/source/_data/plugins/hexo-esbuild.yaml @@ -0,0 +1,7 @@ +description: Minify JavaScripts, CSS files via esbuild. +link: https://github.com/uiolee/hexo-esbuild +tags: + - javascripts + - css + - esbuild + - optimize diff --git a/source/_data/plugins/hexo-htmlnano.yml b/source/_data/plugins/hexo-htmlnano.yml new file mode 100644 index 0000000000..70824abcda --- /dev/null +++ b/source/_data/plugins/hexo-htmlnano.yml @@ -0,0 +1,7 @@ +description: Minify HTML files with htmlnano. +link: https://github.com/uiolee/hexo-htmlnano +tags: + - html + - minify + - htmlnano + - optimize