optimized-jekyll-grunt icon indicating copy to clipboard operation
optimized-jekyll-grunt copied to clipboard

Template for optimized Jekyll project with Grunt

Template for optimized Jekyll site or blog with Grunt

  1. Install Node.js and Ruby
  2. Run gem install bundler
  3. Install 'grunt-cli' and 'bower' globally with npm install -g grunt-cli bower
  4. $cd to the directory and run bundle install
  5. Run npm install to install the necessary "npm" dependencies
  6. Then run bower install to install the front-end dependencies
  7. That's all. Your template is ready

You can find more information about project in this article.