Skip to content

an attempt to get a starter pack going with Jekyll + Siteleaf + Sass + BassCss + ready to go components.

Notifications You must be signed in to change notification settings

DanRader/jekyll-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

jekyll-starter

An opinionated, ready-to-go starter pack to kickoff Jekyll projects with the basics and a few helpful tools to help along the way.

Guiding Principles

  • Well Documented
  • Easy to Stand up
  • Easy to build upon
  • Modular Reusable Components with minimal styles
  • Capture common Jekyll logic

Tech & Tools

  • Jekyll
  • Siteleaf Ready
  • Sass
  • Bass CSS
  • Grunt

Tech & Tools to come

Get Started

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.

About

an attempt to get a starter pack going with Jekyll + Siteleaf + Sass + BassCss + ready to go components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published