Skip to content

Releases: JakeSteam/minimaJake

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

1.0.4

04 Mar 19:00
Compare
Choose a tag to compare

This update adds a "network site" picker, and adds missing functionality to the search feature.

Changes

  • Adds "network site" bar at the top of the page, controlled by config
  • Improves search functionality:
    • Sorts results according to relevance (tags > title > excerpt > url / date / content)
    • Highlight search term within results (colour needs improving?)
    • Exclude single-character search
    • Display number of results

Fixes

  • Stops search looking inside character codes (e.g. &amp;)
  • Stops version number string going onto multiple lines

1.0.3

25 Feb 00:22
Compare
Choose a tag to compare

This update primarily replaces the search technology for a much speedier & easier to customise one!

Changes

  • Replaces lunr.js search with SimpleJekyllSearch
  • Redesigns search page to use same CSS as homepage to provide a more seamless experience (and require no custom CSS from including page)
v1.0.2 v1.0.3
Screenshot 2023-02-25 at 00 25 44 Screenshot 2023-02-25 at 00 25 58

Fixes

  • Fix footer formatting issue on smaller screens
  • Fix table of contents appearing when a post has no headers
  • Fix very short posts having an empty read time