Scaffolding to build out a Jekyll site.
- Jekyll SEO plugin
- Critical and non-critical CSS (via Sass)
- Blog listings grouped by year
- Example custom post collection (recipes)
- assets (info)
- _data
- _includes
- _layouts
- style
First, install dependencies:
bundle install
Then, spin up and serve the site locally:
bundle exec jekyll serve