- Clean layout
- Resposive layout
- Pagination
- Syntax highlighting
- Social links
- Tags listing page
- Categories listing page
- Google Analytics integration
- Disqus integration
- Download or clone repo
git clone XXX
- Enter the folder:
cd XXX
- If you don't have bundler installed:
gem install bundler
- Install Ruby gems:
bundle install
- Start Jekyll server:
bundle exec jekyll serve --watch
Access via: http://localhost:4000/
It is under the MIT license.