quattle

Quattle is a modern, responsive and customizable theme for the static site generator Jekyll and is fully compatible with the most recent v4.3.1 release.

MIT License

Stars
3

Bot releases are hidden (Show)

quattle - v1.6.0 Latest Release

Published by victorwynne almost 2 years ago

This release ensures compatibility with Jekyll v4.3.1

Changelog

New: SCSS for styling social media posts. See an example in the style guide.

New: Support for TZInfo - Ruby Timezone Library. It is no longer necessary to add time zone offsets to the date front matter.

quattle - v1.5.5

Published by victorwynne over 2 years ago

Changelog

Nokogiri published a critical security update today to address a regular expression denial-of-service vulnerability.

Updated Gems: nokogiri to 1.13.4 and public_suffix to 4.0.7

quattle - v1.5.4

Published by victorwynne over 2 years ago

Changelog

This update is simply bumping quattle.gem to require Ruby 2.7.0 or later. A necessary change in order to support an upcoming feature addition.

quattle - v1.5.3

Published by victorwynne over 2 years ago

Changelog

Updated Gems: concurrent-ruby from 1.1.9 to 1.1.10* and kramdown from 2.3.1 to 2.3.2

  • This release sets the Ruby compatibility version at 2.2 which required me to do the same for the quattle gem.
quattle - v1.5.2

Published by victorwynne over 2 years ago

Changelog

A quick update to ensure compatibility with the latest release of Jekyll.

Updated Gems: jekyll to 4.2.2 and jekyll-sass-converter to 2.2.0

quattle - v1.5.1

Published by victorwynne over 2 years ago

Changelog

Just wanted to push out another small update with some minor changes to clean up the display of permalinks, post meta data, and author attribution.

quattle - v1.5.0

Published by victorwynne over 2 years ago

Changelog:

Added: $variables for headers, header-before, and inline code borders

Added: meta properties and manifest.json so that the website will now function as a progressive web app

Improved: the Atom feed to RSS 2.0. A separate links.xml file is included that will only display posts that include link: front matter

Improved: further refinements to blockquotes, lead (lede), post meta info

Changed: root font size and line height to be slightly larger

Changed: default font for Windows to Noto Sans

quattle - v1.4.0

Published by victorwynne almost 3 years ago

Changelog for v1.4.0

Fixed: various inconsistencies for $variables across color schemes

Changed: moved head.html inside of the default.html layout file instead. This single change cut build times on a test site with 150 pages and 500 posts by 32%!

Improved: further refinements to visual elements for both light and dark mode

Improved: code blocks are now styled differently depending on color scheme

quattle - v1.3.1

Published by victorwynne almost 3 years ago

Just a gem bump for rouge to 3.27.0 which importantly supports Swift 5.5 keywords released in September. This will be reflected in syntax highlighting code blocks for Swift.

Keywords:

  • actor
  • nonisolated
  • async
  • await
  • isolated
quattle - v1.3.0

Published by victorwynne almost 3 years ago

#Changelog

Added: a tag cloud!

Added: a fresh coat of paint!

Fixed: a number of header tags that weren't consistent across pages

Changed: if no color scheme is requested the default is now dark

Improved: various visual tweaks and refinements to both light and dark mode

Improved: tags are now styled on posts and on the tags page

Improved: archive displays the number of posts per month, year, category, tag

Improved: the external URL listed for the link: front matter will display the base domain as a source reference at the bottom of posts and link to the full URL

Removed: the related posts feature. Visually it became quite a busy mess at the bottom of each post; tags, source reference, footnotes, previous/next entries. Functionally it wasn't that useful because it relied on site.related_posts which is time based only. Working on an alternate implementation.

quattle - v1.2.1

Published by victorwynne almost 3 years ago

Fixed references to outdated gem name.

quattle - v1.2.0

Published by victorwynne almost 3 years ago

Changelog

Created a GDPR valid and compliant cookie consent banner that appears at the bottom of the page. An accompanying privacy page has also been included

Add { % include yourscriptfile.js % } to line 35 of cookie-consent.html in order for your script to run and cookie(s) to be created after the notice is accepted

Updated Ruby gem to v1.2

quattle - v1.1.1

Published by victorwynne almost 3 years ago

Changelog

Just a small bug fix update to fix a styling issue that affected a href hover state in dark mode

Updated Ruby gem to 1.1.1

quattle - v1.1.0

Published by victorwynne almost 3 years ago

Changelog

Added a link to a live demo of the current release candidate to the project's readme file.

Added publish date to individual posts in archive, category and tag pages.

Improved the dark mode scheme with more complimentary colors.

Removed references to the now defunct Noir project

Updated Ruby gem to 1.1.0

quattle - v1.0.0

Published by victorwynne almost 3 years ago

Initial commit and release candidate.