Skip to content

Releases: JakeSteam/minimaJake

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.

1.0.8

20 Aug 19:38
e1fa4c3
Compare
Choose a tag to compare

Small update adding new_window.js. This forces all external links and images to open in a new tab, since there’s pretty much no scenario where opening in the current tab is correct.

1.0.7

04 Aug 21:22
5ff165c
Compare
Choose a tag to compare

Small update to better support my fiction site, with better block quote indenting and the ability to display an article’s word count instead of read time (replace_read_time_with_word_count ).

1.0.6

04 Jun 09:32
b4613da
Compare
Choose a tag to compare

Small hotfix to resolve search results occasionally failing to load.

1.0.5

16 May 16:00
87e8839
Compare
Choose a tag to compare

A small bugfix release:

  • Fixes footer padding on large devices
  • Fixes URLs in search being broken