Jekyll Theme Basically Basic Versions Save

Your new Jekyll default theme.

1.4.5

2 years ago

Added

  • Add translation keys for CV layout. [#145]
  • Display 'Posts' header only if the site has posts. [#144]

Changed

  • Improve remote theme upgrading documentation.
  • Simplify image assigns.

Fixed

  • Fix to use current bundle info syntax. [#127]
  • Add relative_url filter to author profile image. [#125]
  • Fix rake vulnerability in .gemspec file.

1.4.4

4 years ago

Fixed

  • Fix MIME-type issues with Lunr search by renaming search-data.json to lunr/lunr.store.js. [#82]

1.4.3

4 years ago

Changed

  • Relax Jekyll dependency to allow for version 4.0.

1.4.2

4 years ago

Added

  • Document site.copyright override for customizing footer copyright text.

Changed

  • Update links to LICENSE. [#102]
  • Update GitHub issue templates.

Fixed

  • Add missing / in icon-gitlab.html. [#80]

1.4.1

5 years ago

Added

  • Add sample "404 not found page" to /docs/404.html and /example/404.html. [#12]

Changed

  • Adjust default skin colors to meet WCAG 2 AA. [#68]

Fixed

  • Remove extra footer from cv.html layout. [#69]
  • Fix JavaScript error when search is not enabled. [#66]

1.4.0

6 years ago

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, and tags.
  • 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

6 years ago

Changed

  • Only include jQuery when using default Lunr search. [#49]

Fixed

  • Focus on search input after clicking on toggle.

1.3.0

6 years ago

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

6 years ago

Added

Changed

  • Update GitHub Pages compatible installation instructions to include jekyll-remote-theme method.
  • Update site.gems references to site.plugins. [#39]
  • Update license and copyright.
  • Improve syntax highlighting styles and colors.

Fixed

  • Fix primary navigation skip link to use correct anchor ID. [#41]
  • Fix Susy deprecation warnings by updating to version 3. [#21]

1.1.3

6 years ago

Fixed

  • Fixed {nil, "picture"=>nil"} in _layouts/about.html when author image isn't set. #34