post: fix github link

This commit is contained in:
curben 2019-09-06 08:04:21 +01:00
parent a429e0fd81
commit ba1db670f4
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ svgo --disable=cleanupIDs test.svg -o test.min.svg
<br/> <br/>
For [hexo-yam](https://github.com/weyusi/hexo-yam), For [hexo-yam](https://github.com/curbengh/hexo-yam),
```json ```json
neat_svg: neat_svg:
plugins: [{ cleanupIDs: false }] plugins: [{ cleanupIDs: false }]

View File

@ -26,7 +26,7 @@ To see this in action, check out this [job log](https://gitlab.com/curben/blog/-
### hexo-yam ### 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). 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 ``` bash
$ npm install hexo-yam --save $ npm install hexo-yam --save
``` ```