Skip to content

Releases: JakeSteam/minimaJake

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

1.0.12

14 Mar 19:20
5849487
Compare
Choose a tag to compare
  • Adds page-level table_of_contents_collapsed option.
  • Fixes comma in footer.

Full Changelog: 1.0.11...1.0.12

1.0.11

03 Mar 18:37
471ace1
Compare
Choose a tag to compare
  • Adds ability to override maximum depth of headers using maxheader: 3 in a post's front matter config.
  • Adds <hr> after each post to signify the end more clearly.
  • Fixes <h1>s within a post not having correct indentation.

1.0.10

21 Oct 21:07
ded4faa
Compare
Choose a tag to compare

A few tiny improvements that might as well get released! Support for x.com links, cache-busting, and disabling a few built-in features (stripping HTML from excerpts & forcing external links into a new tab).

  • Support "x" as a social media source in site config.
  • Avoid new versions of the site loading old CSS files.
  • Ability to display HTML in excerpts (replace show_excerpts with show_excerpts_html)
  • Ability to disable all external links opening in a new tab (open_external_links_in_new_tab)

*Note: This release was hotfixed to fix version code not displaying.

1.0.9

11 Oct 22:59
ac02430
Compare
Choose a tag to compare

Table of contents are now collapsible by default.

Disable with table_of_contents_collapsible: false in _config.yml.