diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-06-19 21:18:55 +0200 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-06-19 21:18:55 +0200 |
commit | 615d2211463e073a65b0de60c61ab1184b14b958 (patch) | |
tree | a7635aec59a689152061c00e8a462382112792f4 /themes/ananke/CHANGELOG.md | |
parent | 2a2311ea3fb1b89a266668bfd16aa96475fc183e (diff) | |
download | website-615d2211463e073a65b0de60c61ab1184b14b958.tar.gz website-615d2211463e073a65b0de60c61ab1184b14b958.zip |
theme: Switch to ananke theme
Diffstat (limited to 'themes/ananke/CHANGELOG.md')
-rw-r--r-- | themes/ananke/CHANGELOG.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/themes/ananke/CHANGELOG.md b/themes/ananke/CHANGELOG.md new file mode 100644 index 0000000..c046831 --- /dev/null +++ b/themes/ananke/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +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). + +## [2.37] - 2018-12-26 (@budparr) + +- Improve Readme with path to example site #146 +- Update asset dependencies a99f95ef1f4c1f9b0a278e534ce6ace1b7441fd8 +- Improve social follow link accessibility #147 + +## [2.35] - 2018-11-04 (@budparr) + +- Add global background color class to footer (it's already on the header). Fixes #135 + +## [2.34] - 2018-11-03 (@budparr) + +### Added + +- Add a changelog. + +### Changed + +- Run Ananke with Hugo v0.50 +- Remove default background image so users can choose to not use one at all. #133 (cdeguise) +- 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) |