From 59183fb83072f21d5448f1026690d0d3f53bbd13 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Fri, 20 Sep 2019 04:53:05 +0100 Subject: [PATCH] page(about): add personal projects --- source/about/index.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/source/about/index.md b/source/about/index.md index 6209fb2..6f6fb17 100644 --- a/source/about/index.md +++ b/source/about/index.md @@ -1,4 +1,18 @@ --- title: About -layout: about +layout: page --- + +## Personal projects + +### hexo-yam + +[hexo-yam](https://github.com/curbengh/hexo-yam) is a Yet Another Minifier plugin for [Hexo](https://github.com/hexojs/hexo). Minify and compress HTML, JS, CSS and SVG. XML, JSON and many more are also compressed. Support gzip and brotli compressions. + +### hexo-nofollow + +[hexo-nofollow](https://github.com/curbengh/hexo-nofollow) is a Hexo plugin that adds [`rel="external nofollow noopener noreferrer"`](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types) to all external links in your blog posts for security, privacy and SEO. + +### urlhaus-filter + +[urlhaus-filter](https://gitlab.com/curben/urlhaus-filter) is a [uBlock Origin](https://github.com/gorhill/uBlock/)-compatible blocklist to block malicious websites that are being used for malware distribution. The blocklist is derived from Abuse.ch [URLhaus](https://urlhaus.abuse.ch/).