2018-12-25 23:21:42 +01:00
# CHANGELOG
2017-03-30 19:59:56 +03:00
2020-04-27 01:56:23 -04:00
This file lists all non-trivial changes to Beautiful Jekyll. I often make small changes to documentation, to the demo site, or to the general look-and-feel. These and other minor changes will not be listed here.
2017-03-30 19:59:56 +03:00
2020-04-29 08:42:15 +00:00
**2020-04-29** Upgrade gem to 2.3.0 to include all new features
2020-04-28 21:24:45 +00:00
**2020-04-28** Add YAML option `footer-extra` for including custom content in the footer
2020-04-28 20:16:59 +00:00
**2020-04-28** Fix issue: linking to a specific part of a page resulted in scrolling too far (#69 )
2020-04-28 20:09:00 +00:00
**2020-04-28** Add YAML option `nav-short` to have navbar permanently collapsed
2020-04-28 15:41:23 -04:00
**2020-04-28** Add social network link: Calendly
**2020-04-28** Fix bug where RSS link in footer was showing even when turned off
2020-04-27 19:31:38 +00:00
**2020-04-27** Upgrade gem to 2.2.0 to improve some documentation and fix small bugs from remote_theme migration
**2020-04-27** Moved the demo site to an independent URL: https://beautifuljekyll.com
2020-04-27 06:15:47 +00:00
2020-04-27 02:04:50 -04:00
**2020-04-27** Add social network link: Telegram (#625 ) (thanks @mashed -potatoes)
**2020-04-27** Major documentation overhaul and cleanup of old files
**2020-04-26** Beautiful-Jekyll official ruby gem version 2.0.0
2020-04-27 01:30:50 -04:00
**2020-04-26** Consolidated the demo site, the ruby gem, and the master branch into one
2020-04-26 14:34:47 -04:00
**2020-04-26** Beautifull-Jekyll now supports the `remote_theme` config (#339 ) (thanks @gpotter2 and @skalee )
2020-04-26 03:26:43 -04:00
**2020-04-25** Added a `home` layout and used it in the index page
2020-04-24 09:25:30 -05:00
**2020-04-24** Adding readtime support for the post header (#622 ) (thanks @MutMatt and @rubyreads )
2020-04-26 03:26:43 -04:00
**2020-04-23** Removed the dependency on `_data` folder since it doesn't get copied when using `remote_theme` (#614 )
2020-04-22 23:58:01 +02:00
**2020-04-22** Add support for configuring lang attribute on < html> tag (#608 ) (thanks @skalee )
2020-04-19 00:31:01 +02:00
**2020-04-18** Add ability to disable round logo (thanks @gpotter2 )
2020-04-01 17:26:20 -04:00
**2020-04-01** Add support for Utterances comments (#596 ) (thanks @colynn )
2020-03-23 12:10:03 -04:00
**2020-03-23** Remove just-comments as it's getting killed at the end of the year
2020-03-16 14:39:17 -04:00
**2020-03-16** Upgrade font-awesome to 5.12.1 (#587 ) (thanks @cketti )
2018-12-25 23:21:42 +01:00
**2018-12-24** Add support for Staticman comments (#440 ) (thanks @VincentTam )
2018-10-20 17:03:21 -04:00
**2018-10-19** Move Google Analytics to the head (#419 ) (thanks @jpvicari )
2018-06-08 18:26:06 -04:00
**2018-06-08** Add support for Facebook comments (#350 ) (thanks @npes87184 )
2018-02-23 00:59:01 -05:00
**2018-02-22** Automatically generate sitemap (#323 ) (thanks @JosemyDuarte )
2018-01-19 00:14:37 -05:00
**2018-01-18** Add clickable tags to each post and a tags index page, works for GitHub sites (#307 ) (thanks @OCram85 )
2018-01-15 01:25:22 -05:00
**2018-01-14** Redo Dockerfile (#302 ) (thanks @jennydaman )
2018-01-07 17:14:58 -05:00
**2018-01-06** More color personalization options (#297 and #299 ) (thanks @jennydaman )
2018-01-07 17:12:21 -05:00
2018-01-05 18:28:33 -05:00
**2018-01-05** Abstract the social networks logic (thanks @OCram85 )
**2018-01-03** Avatar image no longer causes a ghost click (thanks @alefi87 )
2017-10-16 15:22:18 -04:00
**2017-10-16** Add GitHub buttons to posts (#265 ) (thanks @yonicd )
2017-09-04 12:56:52 -07:00
**2017-09-04** Ability to change colour/image of navbar/footer/body
**2017-08-17** Add support for notification, error, and warning boxes in markdown (#227 ) (thanks @OCram85 )
**2017-08-12** Add social buttons for twitch, yelp, and steam (#234 ) (thanks @TheRealBenForce )
2017-03-30 19:59:56 +03:00
**2017-03-30** Make the footer contact links friendly for screen readers (thanks @eugenius1 )
**2017-03-30** Started a CHANGELOG file (thanks @eugenius1 )
**2017-01-28** Add Subresource Integrity (SRI) support (#164 ) (thanks @tony -ho)
**2017-01-09** Add Google Tag Manager Integration (#157 ) (thanks @csarigoz )
**2017-01-06** Add options to configure HTML document title (#154 ) (thanks @tony -ho)
**2016-12-25** Allow dynamic images on each blog post (#143 ) (thanks @bbritten )
2018-01-07 17:12:21 -05:00
**2016-12-15** Support `title-img` config param to have image in the navbar instead of text
2017-03-30 19:59:56 +03:00
**2016-12-08** Add support for phone numbers in footer; fix #136
**2016-12-06** Update gemfile (#134 ) (thanks @stephentuso )
**2016-10-09** Add Docker deployment (#114 ) (thanks @mangar )
**2016-08-06** Add social share buttons for posts (thanks @rtlee9 )
**2016-07-29** Add CSS styling to code chunks
2018-01-19 00:14:37 -05:00
**2016-07-27** Add clickable tags that lead to a tag page (doesn't work for GitHub hosted sites) (thanks @epwalsh )
2017-03-30 19:59:56 +03:00
**2016-07-21** Add support for twitter cards (sharing on Twitter will be better); fixes #70
**2016-03-18** Support full-width images in page headers; fixes #37
**2016-03-18** Support menus in navigation bar
**2016-02-07** Avatar is now conditional (thanks @hristoyankov )
2018-01-07 17:12:21 -05:00
**2016-02-02** Migrate (forced to...) to jekyll 3
2017-03-30 19:59:56 +03:00
**2016-01-22** Make sure not to include JQuery twice, fixes #29
**2015-11-19** Support external links in navigation bar; fixes #3
... Many small changes because the site was in its infancy
**2015-03-12** Beautiful Jekyll version 0.0000001 is released!