This is my static-blog which build using Jekyll. Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Check Jekyll Github Page.
I'm using Leonids theme, its a clean Jekyll theme perfect for powering your GitHub hosted blog.
- install ruby with devkit
- install jekyll
gem install jekyll bundler
- check if jekyll installed
jekyll -v
- on project dir, run
bundle update --bundler
- run
bundle install
to check if all required gems installed - finally run
bundle exec jekyll serve
to run on localhost