Blockchained India Blog[deprecated] Now at https://medium.com/blockchainedindia
All the posts are stored under source/_posts/
directory.
npm install
hexo new post post-name
hexo new draft post-name
hexo publish post-name
hexo new page page-name
and a new post or page will be created in the same directory. We are using using markdown format to write posts. If you are more comfortable with HTML posts, you can use any online html markdown conversion tool to convert your posts to markdown like this.
Or you can learn quick markdown.
hexo server
hexo generate
hexo clean && hexo deploy