hexo-tag-rage-face
v1.0.1
Published
Hexo tag support for pulling rage faces.
Readme
Hexo Rage Face Tag
Hexo tag support for pulling rage faces.
How to install
npm install hexo-tag-rage-face --saveAt runtime Hexo will detect it in your package.json and load it.
How to use
Add this to your blog post:
{% rage_face 'U mad troll' style:width:300px %}Result:

You can add more attributes to the tag using key:value pattern. If the value has whitespaces you can quote the whole pair like 'key:value'.
How it works:
- Converts name input to snake case
- Polls memes.at to see if there is a matching image using .jpg, .gif, .png, one attempt after another.
- Uses the one found or displays nothing so your post won't be broken.
Limitations
- Extension list is hard-coded for now.
- Source site url is hard-coded.
