Static Images on Hexo

Hexo images hosting

After using couple month using Hexo, I found it’s fun and easy to use for logging technology/problem solutions. But the image system still not so great like other blog systems. But it’s 2014 now, there’s a lot of alternate ways to find a free image hosting service like Tumblr.

In my blog, I use tumblr as the image hosting system.

  1. You need to sign up a Tumblr account
  2. Upload the image using tumblr website or the app in Appstore.
  3. Found out the url for the image
  4. In the markdown, use the image syntax like
1
![some image](your image url)

And that’s it. You have your own image hosting.