Releases: jekyll/minima
Releases · jekyll/minima
v2.5.2
2.5.1
v2.5.0
v2.4.1
2.4.0
v2.3.0
v2.2.1
v2.2.0
Minor Enhancements
- Handling content outside of posts (#88)
- Add default table styles (#144)
- Add
jekyll-seo-tag
dependency (#139) - Add Microformats markup (#160)
- Add more social links (#141)
Documentation
- Docs: clarification about page title (#142)
Upgrade instructions
Github and Twitter includes have been removed in the footer, please update your layout like so.
If you have overridden the _sass/minima.css
file, add the following variable before the @import
directive:
$table-text-align: left !default;
v2.1.1
Minor Enhancements
- Close #55: Improve mobile user experience (#62)
- Remove incomplete status from spec summary (#63)
- Use date_format if set in configuration (#70)
- Corrected misspelled word (#72)
- Scale headings relative to base-font-size (#78)
- Remove 2.0 post-install message (#82)
- Fixes #115 - Only include the nav tag if there are pages to be displayed in the menu (#116)
- Fixes #80, #106. Make the hamburger work with pure CSS. (#111)
- add
header_pages
config to link only specific files in header (#52) - More easily customizable CSS (#117)
- Use relative size for fonts and line-height (#103)
- Add 404 page from jekyll
master
(#121)