From ba1db670f411ed665079a76b14d302e76c092e55 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Fri, 6 Sep 2019 08:04:21 +0100 Subject: [PATCH] post: fix github link --- source/_posts/embed-svg-img.md | 2 +- source/_posts/make-hexo-blog-smaller.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_posts/embed-svg-img.md b/source/_posts/embed-svg-img.md index 3138274..e2707f0 100644 --- a/source/_posts/embed-svg-img.md +++ b/source/_posts/embed-svg-img.md @@ -42,7 +42,7 @@ svgo --disable=cleanupIDs test.svg -o test.min.svg
-For [hexo-yam](https://github.com/weyusi/hexo-yam), +For [hexo-yam](https://github.com/curbengh/hexo-yam), ```json neat_svg: plugins: [{ cleanupIDs: false }] diff --git a/source/_posts/make-hexo-blog-smaller.md b/source/_posts/make-hexo-blog-smaller.md index 9207639..1424ee9 100644 --- a/source/_posts/make-hexo-blog-smaller.md +++ b/source/_posts/make-hexo-blog-smaller.md @@ -26,7 +26,7 @@ To see this in action, check out this [job log](https://gitlab.com/curben/blog/- ### hexo-yam Despite the convenience of hexo-all-minifier, I don't use it due to potential vulnerability. I don't need its image compression since the image hosting I'm currently using, [Cloudinary](https://cloudinary.com/), offers [auto compression](https://cloudinary.com/documentation/responsive_images#responsive_images_with_automatic_quality_selection). -So, I switch to a leaner plugin, [hexo-yam](https://github.com/weyusi/hexo-yam). To use it, simply run the following command in your hexo folder: +So, I switch to a leaner plugin, [hexo-yam](https://github.com/curbengh/hexo-yam). To use it, simply run the following command in your hexo folder: ``` bash $ npm install hexo-yam --save ```