An opinionated, ready-to-go starter pack to kickoff Jekyll projects with the basics and a few helpful tools to help along the way.
- Well Documented
- Easy to Stand up
- Easy to build upon
- Modular Reusable Components with minimal styles
- Capture common Jekyll logic
- Jekyll
- Siteleaf Ready
- Sass
- Bass CSS
- Grunt
If you don't have HomeBrew Get it by pasting this in your console...
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Create a new project from the Jekyll-Starter template using cookiecutter:
brew install cookiecutter
cookiecutter gh:DanRader/jekyll-starter
Follow the prompts to configure your project with the available options. When finished, cd into your project, installed npm dependencies with npm i, and quickly get started by running npm run dev.