Releases: JakeSteam/minimaJake
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
1.0.12
- Adds page-level
table_of_contents_collapsed
option. - Fixes comma in footer.
Full Changelog: 1.0.11...1.0.12
1.0.11
1.0.10
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
withshow_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.