Daviddarnes Alembic Versions Save

⚗️ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website

4.1.0

3 years ago

Fixes

  • Removes deprecated keyCode & keypress usage in search #158 (thanks @studioromeo)
  • Add meta charset utf8 to default html #159 (thanks @johannes-jansson)
  • Fix service worker captured links, was missing base URL #153 #163 (thanks @syncrostone)

Thanks to everyone who contributed and chipped in!

4.0.0

3 years ago

Enhancements and changes

  • Support for Jekyll 4! Thanks to @cristianocasella for providing a PR for this. Closes #146
  • Possible breaking change, due to a change in Jekyll 4 the css_inline option now requires you to place any additional CSS you need into the _includes/site-styles.html. You can also import another CSS file into there if you wish.
  • Removed jekyll-default-layout plugin. This is no longer needed as config defaults can provide most of the functionality
  • All plugins bumped to their latest versions

Fixes

  • Better wording in documentation

3.1.0

4 years ago

Changes

  • Change format of all navigation types. Possible breaking change, please check format below Before, navigation for header and footer was using a simple key value list, this has been now changes to the following:
    navigation_header:
    - title: Home
      url: /
    - title: Elements
      url: /elements/
    
    
    This is to allow for more customisation by the person using the theme and better clarity in the codebase. For more verbose examples check the config file
  • Improved format for sharing nav. Items can either have a colour value to colour the button or just true to make it appear with a default button colour
  • Updated README.md to ensure sharing nav has been documented correctly
  • Remove commented sharing nav items for cleaner presentation
  • Remove bundler from dependencies. Bundler is not needed within the gem itself, just to install the gem into the project it's being used within

3.0.14

4 years ago

Enhancements

  • Add option to anonymise viewers that appear in Google Analytics, set it to true by default. Closes #117

Changes

  • Remove Google+ from codebase, goodnight sweet prince

3.0.13

4 years ago

Fixes

  • Add missing default option from scss variable missed in last update #131 (thanks @jonashoechst)

3.0.12

4 years ago

Enhancements

  • Allow easier manipulation of settings by setting the theme sass variables as !default (thanks @jonashoechst for the suggestion)

Fixes

  • Updated jemoji to 0.11.0 which fixes :octocat: :octocat:

3.0.11

5 years ago

Fixes

  • Ensure nav toggle works when devices are rotated and browsers are resized, #124

3.0.10

5 years ago

Enhancements

  • Added apple-touch-icon for adding to homescreen on iOS devices

3.0.9

5 years ago

Fixes

  • Removed execution of scss files #120 (thanks @mtlynch)
  • Use correct image format in app manifest file #122

Enhancements

  • Allow for more fine tuned control of favicons and app manifest icons #122 You can check out the config for how to use it

Enjoy making your own Progressive Web Apps!

3.0.8

5 years ago

Fixes

  • Removed liquid-c as it was failing to install and stopping builds entirely #119