hugo-theme-contentful/CHANGELOG.adoc

81 lines
1.9 KiB
Plaintext
Raw Normal View History

2019-09-20 16:16:22 +00:00
= Changelog
All notable changes to this project will be documented in this file.
The format is based on https://keepachangelog.com/en/1.0.0/[Keep a Changelog],
and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Versioning].
2020-05-12 08:31:55 +00:00
(Big disclaimer)
2019-09-20 16:16:22 +00:00
2020-05-09 07:19:04 +00:00
== [Unreleased]
2020-05-12 17:41:43 +00:00
=== Changed
* Fix relative links for multilingual mode.
2020-05-09 07:19:04 +00:00
2020-05-12 17:41:43 +00:00
== [1.2.0] - 2020-05-12
2020-05-12 08:31:55 +00:00
=== Added
* Create a dedicated section for recipes of features in the documentation.
* Add some appropriate `<meta>` tags.
* Add https://dev.twitter.com/cards[Twitter cards] https://opengraphprotocol.org/[Open Graph protocol] with Hugo's internal templates.
* Add `hidden` as a frontmatter option in the page.
This will exclude the page from list templates including the homepage and the theme's web feeds.
=== Changed
* Tweak the appearance of the site a little bit.
The CSS is also improved especially with relative units for consistent margin and padding.
* Improve the web feeds template.
2020-05-09 07:19:04 +00:00
== [1.1.0] - 2020-05-09
=== Added
* Create a theme toggle.
It also [detects with CSS if the user prefers a dark scheme](https://css-tricks.com/dark-modes-with-css/).
* Add a modified date (although requires `.GitInfo` to work which requires a Git-enabled repository).
* Add `toc` to as site and page configuration.
The page config has more priority and can override the site config.
=== Changed
* Update the site to conform with accessibility features.
** Add a `aria-label` for list entries.
** Make the theme screen-reader-friendly with the correct use of [content semantic tags](https://developer.mozilla.org/en-US/docs/Web/HTML/Element).
** Revise the color of the links.
** Use viewport units for dynamic font sizes.
* Improve the vertical rhythm of the site.
2019-09-20 16:16:22 +00:00
== [1.0.0] - 2019-09-21
2020-05-09 07:19:04 +00:00
2019-09-20 16:16:22 +00:00
=== Added
2020-05-12 17:41:43 +00:00
2019-09-20 16:16:22 +00:00
* Create the base layout.
* Add the Asciidoctor content template.
* Create the template for RSS, Atom, and JSON web syndication feeds.
* Implement multilingual mode support.