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.
- Ionic v.8.0
- Google Auth
- An empty folder has been created at
assets/images
. - An empty folder has been created at
assets/js
. - An initial configuration for Kramdown has been added.
- The CSS is being minified via Sass.
- Some project-agnostic base styles have been added.
- Normalize.css has been added.
.DS_Store
andnode_modules
have been added to.gitignore
.- The
jekyll-feed
gem has been added to automate Atom feed generation. - The
jekyll-sitemap
gem has been added to automate sitemap generation.
- The
_sass
folder has been moved toassets/sass
. - The
css
folder has been moved toassets/css
. - The
default.html
layout has been cleaned up. - The
index.html
has been cleaned up.