Releases: mmistakes/jekyll-theme-basically-basic
Releases · mmistakes/jekyll-theme-basically-basic
1.4.5 - 2021-07-05
1.4.4 - 2019-08-20
Fixed
- Fix MIME-type issues with Lunr search by renaming
search-data.json
tolunr/lunr.store.js
. [#82]
1.4.3 - 2019-08-20
Changed
- Relax Jekyll dependency to allow for version 4.0.
1.4.2 - 2019-07-18
1.4.1 - 2018-08-07
1.4.0 - 2018-04-02
Changed
- Lint JavaScript.
- Update gemspec to use jekyll-seo-tag version
2.4
. [#47]
Added
- Accessibility enhancements for Lunr search form.
- Add SCSS
$intro-image-color-overlay
variable to enable color overlay on hero images (disabled by default). [#55] - Add new archive layouts:
posts
,categories
,category
,collection
,tag
, andtags
. - Add grid layout via
entries_layout: grid
front matter. - Add support for image thumbnails vial
image.thumbnail
front matter.
Fixed
- Fix Firefox flexbox bug when printing pages.
- Fix search excerpts that run together because of implied spaces.
- Moved
<footer>
outside of<main>
to be semantically correct.
1.3.1 - 2018-02-16
Changed
- Only include jQuery when using default Lunr search. [#49]
Fixed
- Focus on search input after clicking on toggle.
1.3.0 - 2018-02-16
Added
- Add jQuery script.
- Add site-wide search toggle.
- Add support for Lunr search. [#48]
- Add support for Algolia search. [#48]
- Add Algolia search demo.
Changed
- New installation and upgrade instructions.
- Absolutely position navigation menu instead of sticking it to the top.
- Visually hide "Menu" label.
- Improve alignment of menu toggle when search is enabled.
Fixed
- Fix
border-bottom
for Gist line numbers.
1.2.0 - 2018-01-05
Added
- Use jekyll-remote-theme for demo site.
Changed
- Update GitHub Pages compatible installation instructions to include jekyll-remote-theme method.
- Update
site.gems
references tosite.plugins
. [#39] - Update license and copyright.
- Improve syntax highlighting styles and colors.
Fixed
1.1.3 - 2017-10-19
Fixed
- Fixed
{nil, "picture"=>nil"}
in_layouts/about.html
when author image isn't set. #34