Skip to content

chekkan/chekkan.github.io

Repository files navigation

Blog site for chekkan.com created with jekyll

Getting started

bundle install
npm install
bundle exec jekyll serve

Site will be server at http://localhost:4000

Serving site with draft posts

bundle exec jekyll serve --draft

Generate draft post

bundle exec jekyll draft NAME
bundle exec jekyll publish DRAFT_PATH