Adding tweetable quote to hexo blog

Adding tweetable quote to hexo blog

Today I’m going to talk about a hexo-plugin that I have written and open-sourced. I used Hexo to build this website. When maintaining my blog I wanted additional functionality which was not in Hexo. So I created few plugins to achive what I wanted. I open sourced them and I would like to give some infomation how to use recent plugin one of my favorite “Tweetable Quotes”.

Read more
Use Gulp in NodeJS application

Use Gulp in NodeJS application

Gulp JS is Javascript based task runner. There are other task runners also written in Javascript like Grunt. My current personal favorite is Gulp.

Gulp JS can be configured and use with Text Editor and make that text editor work as a powerful IDE.

I normally use Sublime Text 3 and Atom as my IDEs.Latter became my favorite recently with Nuclide.

Read more
socket.io Real-time Chat