Jekyll-Uno - a minimal, responsive theme for Jekyll based on the Uno theme for Ghost.
:warning: This theme requires ruby and rubygems installed
git clone [email protected]:joshgerdes/jekyll-uno.gitcd jekyll-uno/gem install bundlerbundle installbundle exec jekyll serve --watchAccess via: http://localhost:4000/jekyll-uno/
If you would like to run without using the github-pages gem, update your Gemfile to the following:
source 'https://rubygems.org'
gem 'jekyll-paginate'
gem 'jekyll-watch'
gem 'kramdown'
gem 'kramdown-parser-gfm'
It is under the MIT license.