Releases: JakeSteam/minimaJake
Releases · JakeSteam/minimaJake
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.
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
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.
&
) - Stops version number string going onto multiple lines
1.0.3
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 |
---|---|
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