- Download or clone repo
git clone git@github.com:zdnk/zdnkt.com.git
- Enter the folder:
cd zdnkt.com/
- Install Ruby gems:
bundle install
- Start Jekyll server:
bundle exec jekyll serve --incremental
Access, localhost:4000/
- Run
rake publish
for build and publish on Github
Theme by @nandomoreirame, thanks!