Bug Fixes
- Re-enabled Jekyll plugins in
_config.yml
in case they aren't autoloaded inGemfile
. [#417]
Enhancements
- Replace Sass and Autoprefixer
npm
build scripts with Jekyll's built-in asset support 😄. [#333] - Fallback to
site.github.url
for use in{{ base_path }}
whensite.url
isnil
.
Maintenance
- Document
site.repository
and its role withgithub-metadata
gem. - Add sample archive page with content for testing styles on demo site.