| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2019-09-09 | 659 Bytes | |
| v1.1.0.tar.gz | 2019-09-09 | 29.5 kB | |
| v1.1.0.zip | 2019-09-09 | 57.3 kB | |
| Totals: 3 Items | 87.4 kB | 0 | |
Minor Enhancements
- Don't abort if the site doesn't use a gem-based theme. [#25]
- Replace
File.dirname(__FILE__)with__dir__. [#26, e3694c8] - Use frozen String literals. [#27]
- Add support for Jekyll 4.0. [#30, [#32]]
- Add support to read TSV files [1c0b048]
Bug Fixes
- Base theme-drop on fallback-data. [#29]
- Properly designate
Jekyll::Drops::SiteDrop#fallback_dataas aprivatemethod. [bb0447b] - Memoize Jekyll::Theme#data_path. [7feb5d6]
Development Improvements
- Update Travis configuration. [#31]
- Use
rubocop-jekyllto enforce Jekyll's style-guide [20c0550]