Releases: JakeSteam/minimaJake
1.4.1
This release:
- Fixes unnecessary self-closing tags.
- Removes unused HTML elements causing warnings.
- Improves header behaviour on mobile.
More info: https://minima.jakelee.co.uk/v1.4.1/
Full Changelog: 1.4.0...1.4.1
1.4.0
This release:
- Adds automatic webp generation & serving for post banner images.
- Improves nav bar accessibility
More info: https://minima.jakelee.co.uk/v1.4.0/
Full Changelog: 1.3.0...1.4.0
1.3.0
Adds ability to display an outdated content warning:
outdated_content_warning:
warning_text: "⚠️ This article was last updated <b>TIME_AGO</b> and may be outdated."
placeholder_text: "TIME_AGO"
warning_threshold_days: 365
ignore_date_updated: false
More info: https://minima.jakelee.co.uk/v1.3.0/
Code changed: 1.2.0...1.3.0
1.2.0
- Added default post type as
post
, to avoid specifying in every article. - Added support for specifying an author name & URL in
_config.yml
, to be used as a default if a post has no author. This also removes the requirement to specify a post’s author. - Makes Table of Contents full-width on smaller devices, to avoid unreadable surround text.
- Fixes top corners of banner images on homepage overlapping rounded background.
- Fixes slight overlap of each site picker site, especially visible on smaller devices.
https://minima.jakelee.co.uk/v1.2.0/
Full Changelog: 1.1.1...1.2.0
1.1.1
This update replaces last_modified
with last_modified_at
, and adds Open Graph support.
https://minima.jakelee.co.uk/v1.1.1/
Full Changelog: 1.1.0...1.1.1
1.1.0
This update adds support for custom calendars, hence the minor version bump.
https://minima.jakelee.co.uk/v1.1.0/
Full Changelog: 1.0.16...1.1.0
1.0.16
Tiny update to finally add proper support for favicons besides a tiny little 16x16 icon.
https://minima.jakelee.co.uk/v1.0.16/
Full Changelog: 1.0.15...1.0.16
1.0.15
Small update to add the ability to display “updated” date when a post has last_modified
set. This includes structured data for search engines to understand.
https://minima.jakelee.co.uk/v1.0.15/
Full Changelog: 1.0.14...1.0.15
1.0.14
- Fixes behaviour of quotes ordered & unordered lists.
- Fixes trying to show version number when no specific version of minimaJake is used.
- Fixes search input using
text
instead ofsearch
.
https://minima.jakelee.co.uk/v1.0.14/
Full Changelog: 1.0.13...1.0.14
1.0.13
- Fixes footer when running on GitHub Actions instead of GitHub Pages.
- Moves example site to GitHub Actions.
Full Changelog: 1.0.12...1.0.13