Skip to content

Releases: jekyll/minima

2.5.1

16 Aug 14:24
Compare
Choose a tag to compare

Minor enhancements

  • Allow use and testing with Jekyll 4.x (#398)

v2.5.0

20 Apr 18:12
495703c
Compare
Choose a tag to compare

Bug Fixes

  • Add jekyll-feed plugin in config (#228)

Minor Enhancements

  • Stick footer for short posts (#223)
  • Consolidate trigger SVG paths (#148)

v2.4.1

28 Mar 21:59
Compare
Choose a tag to compare

Avoid build errors introduced in 2.2.0 (#141) for websites using minima and a custom footer

Bug Fixes

  • Reintroduce removed social includes for backwards compatibility (#217)

2.4.0

10 Mar 10:51
Compare
Choose a tag to compare

Minor Enhancements

  • Add better system fonts (#205)
  • Remove whitespace due to Liquid tags in generated HTML (#202)
  • Adding Mastodon to the social networks (#198)

Bug Fixes

  • social icons should resolve baseurl properly (#201)
  • fix: styling main element in IE 11 (#199)

Documentation

  • Improve thw wording in index.md (#175)
  • Update config description comment (#203)

v2.3.0

29 Jan 19:07
Compare
Choose a tag to compare
  • Add option to show excerpts on the homepage (#90)
  • Handle RSS feed with jekyll-feed (#183)
  • Test build with Ruby 2.4 on CI (#184)
  • Document how to customize navigation links (#192)

v2.2.1

27 Jan 15:53
5e7fd60
Compare
Choose a tag to compare
  • Revert social_sites hash for retrocompatibility (#190)

v2.2.0

24 Jan 16:54
c0ce8dc
Compare
Choose a tag to compare

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

13 Apr 15:09
dbd0f84
Compare
Choose a tag to compare

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)

Development Fixes

  • Remove duplicate .sass-cache (#71)
  • Demo minima on GitHub Pages (#76)
  • Remove the Rakefile (#118)

Documentation

  • Update README with theme content description (#91)
  • Update default local URL (#120)

v2.1.0

15 Nov 17:47
bcabdbd
Compare
Choose a tag to compare

Minor Enhancements

  • Update gemspec to require at least Jekyll 3.3 (#59)
  • Use absolute_url filter for disqus (#66)
  • replace example/index.html with example/index.md (#58)

Development Fixes

  • Example should require Jekyll 3.3 (#61)

v2.0.0

06 Oct 18:13
ed7f0df
Compare
Choose a tag to compare

Minor Enhancements

  • priority to site.url when site.github.url is available (#46)
  • Move contents of the index.html page to the 'home' layout (#48)
  • Use new absolute_url and relative_url filters in minima (#57)

Development Fixes

  • Use standardized tab size of 2 spaces (#44)

Major Enhancements

  • move css/ directory from jekyll into assets/ (#43)

Bug Fixes

  • Fix html proofer errors (#49)
  • Update gem regex to include new assets directory (#54)