All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Document
site.copyrightoverride for customizing footer copyright text.
- Update GitHub issue templates.
- Add missing
/in icon-gitlab.html. #80
- Add sample "404 not found page" to
/docs/404.htmland/example/404.html. #12
- Adjust default skin colors to meet WCAG 2 AA. #68
- Lint JavaScript.
- Update gemspec to use jekyll-seo-tag version
2.4. #47
- Accessibility enhancements for Lunr search form.
- Add SCSS
$intro-image-color-overlayvariable 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: gridfront matter. - Add support for image thumbnails vial
image.thumbnailfront matter.
- 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.
- Only include jQuery when using default Lunr search. #49
- Focus on search input after clicking on toggle.
- Add jQuery script.
- Add site-wide search toggle.
- Add support for Lunr search. #48
- Add support for Algolia search. #48
- Add Algolia search demo.
- 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.
- Fix
border-bottomfor Gist line numbers.
- Use jekyll-remote-theme for demo site.
- Update GitHub Pages compatible installation instructions to include jekyll-remote-theme method.
- Update
site.gemsreferences tosite.plugins. #39 - Update license and copyright.
- Improve syntax highlighting styles and colors.
- Fix primary navigation skip link to use correct anchor ID. #41
- Fix Susy deprecation warnings by updating to version 3. #21
- Fix
{nil, "picture"=>nil"}in_layouts/about.htmlwhen author image isn't set. #34
- Adjust
/_sass/_print.scssto reduce blank pages when printing in Chrome. #29 - Fix sidebar visibility bug in Firefox and Safari by adding toggling
visibility: hidden. #31
- Change
gemskey in_config.ymltoplugins. #23
- Fix Liquid syntax error: "Expected id but found end_of_string_in
cv.skills." in/cv/skills.htmlinclude.
- Improve installation documentation. #8
- Add Google Analytics tracking ID, Disqus comments, to
/docsdemo site.
- Change source order of
.sidebarand.canvasso menu items can easily be "tabbed" to. #10 - Refactor sidebar off-canvas menu and improve animation. #9 #15
- Remove tinted background from
<th>elements. - Update permalink structure of
/docsdemo site.