Jekyll Boilerplate is a lightweight and cleaned up version of the initial Jekyll setup. The motivation behind this project was for me to avoid doing the same things over and over every time I build yet another site with Jekyll.
assets/images
.assets/js
..DS_Store
and node_modules
have been added to .gitignore
.jekyll-feed
gem has been added to automate Atom feed generation.jekyll-sitemap
gem has been added to automate sitemap generation._sass
folder has been moved to assets/sass
.css
folder has been moved to assets/css
.default.html
layout has been cleaned up.index.html
has been cleaned up.about.md
file has been removed.page.html
and post.html
layouts have been removed._posts
folder have been removed._includes
folder but head.html
have been removed.email
, twitter_username
, github_username
have been removed.lang
attribute has been added to the default layout.<main>
element has been added to the default layout.