sergiolepore / hexo-tag-emojis

Use Emojis on your blog posts! :)
MIT License
30 stars 2 forks source link

CDN support #4

Closed gyk001 closed 10 years ago

gyk001 commented 10 years ago

Another way, you can simply add cdn url like this:

# hexo-tag-emojis plugin configuration
emojis:
  cdn: http://cdn.staticfile.org/emojify.js/0.9.0/emojis

In this way, nothing will install into you blog, all images are from the CDN server, This is particularly useful for the blog hosted on github, because github is really slow for images

sergiolepore commented 10 years ago

Thank you so much! :smile: