You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 740B

12345678910111213141516171819202122
  1. # Changelog
  2. All notable changes to this project will be documented in this file.
  3. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
  4. ## [2.35] - 2018-11-04 (@budparr)
  5. - Add global background color class to footer (it's already on the header). Fixes #135
  6. ## [2.34] - 2018-11-03 (@budparr)
  7. ### Added
  8. - Add a changelog.
  9. ### Changed
  10. - Run Ananke with Hugo v0.50
  11. - Remove default background image so users can choose to not use one at all. #133 (cdeguise)
  12. - Add reading time and word count to pages, conditionally if set at global, page, or section level with the `show_reading_time` key. (thanks to @looer for starting)