Deployed Here
Run locally
At first install Jekyll
Then,
$ bundle exec jekyll serve --watch
Add new post
Go to _posts directory
Add a markdown file in following format
---
layout: post
title: "[NAME OF THE POST HERE]"
link: [LINK HERE eg. https://github.com/sumsuddin/]
date: [TIME AND DATE HERE eg. 2017-08-21 00:43:10 +0600]
categories: [PUT ALL THE CATEGORIES SPACE SEPARATED eg. Tensorflow Java Deep-learning]
---
[CONTENT HERE OPTIONAL eg. This is a post on how to use Tensorflow model in jave.]