0.0.2 • Published 8 years ago
jekyll-dev v0.0.2
jekyll-dev
Using livereload for gem-based Jekyll theme development.
Installation
npm install -g jekyll-devUsage & Workflow
Create a jekyll site and a theme:
## create a site named jekyll-site jekyll new jekyll-site ## create a theme named jekyll-theme-sample jekyll new-theme jekyll-theme-sampleAdd the theme to your site's
Gemfile## replace default theme `gem "minima", ...` gem "jekyll-theme-sample", :path => "../jekyll-theme-sample"Add the following to your site's
_config.ymlto activate the theme:## replace default `theme: minima` theme: jekyll-theme-sampleStart to develop:
cd jekyll-site jekyll-devNotice: You may need to tweak your site and theme to solve some console errors. See
sample/of this repository.
License
MIT