Skip to content
/ J5 Public

A Jekyll, Pug, Sass, and Livereload HTML5 Boilerplate

Notifications You must be signed in to change notification settings

DougBeney/J5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

J5 - A Jekyll, Pug, Sass, and Livereload HTML5 Boilerplate

How To Install:

  1. Clone this git repository into your project directory.
  2. In your terminal, change into your project directory.
  3. Type the command bundle install

How To Run

Type the command bundle exec jekyll serve or simply jekyll serve.

Sass Tip

If you include a _ in front of a filename (ex. _navBar.sass), Jekyll will not compile that file in your _site folder. As you can see normalize.css has an underscore before its filename, since it is not needed in the build, as it is already imported in the main sass file. I recommend prepending an underscore to all of your sass includes - but of course not your main sass file.

Jekyll Plugins Used

Final Notes

I hope this helps you increase productivity while coding!

About

A Jekyll, Pug, Sass, and Livereload HTML5 Boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published