Skip to content

Releases: JakeSteam/minimaJake

1.4.1

27 Dec 12:10
13c49ca
Compare
Choose a tag to compare

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

30 Nov 17:35
bdc2e6c
Compare
Choose a tag to compare

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

12 Nov 19:41
4204a85
Compare
Choose a tag to compare

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

10 Nov 15:33
4c23fef
Compare
Choose a tag to compare
  • 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

02 Nov 19:17
6d23a78
Compare
Choose a tag to compare

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

08 Oct 18:03
a654af4
Compare
Choose a tag to compare

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

02 Sep 20:07
d78c7a2
Compare
Choose a tag to compare

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

24 Aug 13:55
7229246
Compare
Choose a tag to compare

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

13 Apr 17:42
e73b81f
Compare
Choose a tag to compare
  • 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 of search.

https://minima.jakelee.co.uk/v1.0.14/

Full Changelog: 1.0.13...1.0.14

1.0.13

15 Mar 16:09
149e4fe
Compare
Choose a tag to compare
  • 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