05 Usage - StartZeroGnu/gem-themes GitHub Wiki
Usage
Create a new Jekyll project
~ $ jekyll new Blog
Add this line to Gemfile
gem "my-theme"
Add this line to _config.yml
theme: my-theme
Add this line to css/main.scss
@import "my-theme";
and then execute
~ $ bundle install
~ $ bundle exec jekyll serve
# http://localhost:4000