Skip to content

Releases: jekyll/minima

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)

v1.2.0

12 Sep 22:52
ea96ce5
Compare
Choose a tag to compare

Minor Enhancements

  • Look to site.url when available (#35)

Documentation

  • Move instruction for CSS in install section (#37)

v1.1.0

07 Sep 13:37
Compare
Choose a tag to compare

Major Enhancements

  • Add support to Disqus (#21)
  • Google analytics support (#26)
  • Look for site.github.url if it exists (#25)

Minor Enhancements

  • Fixed Flash Of Unstyled SVG (#12)
  • Added "author" in footer instead of double title (#22)

Documentation

  • Document how to link to the theme styles (#18)
  • Update Example to resemble Default site (#24)

Development Enhancements

  • Use upstream gemspec file matcher (#9)
  • Fix gemspec regex (#31)
  • Add Travis and a basic smoke test (#33)