Releases: desiredpersona/minimal-jekyll-theme
Releases · desiredpersona/minimal-jekyll-theme
0.2.1
0.2.0
Enhancements
- Updated gemfile to Jekyll v3.6.0
- Updated theme documentation.
- Updated tachyons-sass to v4.8.1
- Updated "tachyons-background-overlays" to v1.1.0
- Updated theme
_variables.scss
. - Updated theme
_config.yml
. - Updated theme
authors.yml
. - Updated theme
theme.yml
. - Added theme demo.
- Added new button classes.
- Added line numbers to code blocks.
- Added
<time>
tags to all date elements. - Added new
category.html
andtag.html
pages. - Added full support for jekyll-archives plugin.
- Added full support for
post.excerpt
andexcerpt_separator
. - Added new
archive.html
layout for jekyll-archives plugin. - Added
relative_url
support toauthor.picture
andauthor.url
. - Added support for custom vertical screen height for hero header.
- Added option to set a hero header background color.
- Added support for Facebook Pixel.
- Added Google Analytics async tracking with fallback setting in
_config.yml
for older browser support. - Added sidebar support for Page layout.
- Added support for HTML lang attribute in
head.html
. - Improved link click area on home.html layout and all archive pages. Also added dim hover effect.
- Improved header margin on page layout.
- Improved header margin on post layout when
post_meta: false
. - Improved header navigation menu font size, weight & position on mobile/tablet.
- Removed border-radius from Alerts (looked too similar to buttons).
- Redesigned full archive link on home.html layout as a button for increased visibility.
Breaking Changes
- Google, Bing, Alexa and Yandex site verification now supported via jekyll-seo-tag plugin.
- Canonical link now supported via jekyll-seo-tag plugin.
- Removed category meta tag from
head.html
. page.header.cta.class
now support new theme button classes.- Removed theme cta default styles from theme.yml file. Use new button classes instead.
- Renamed
_custom.scss
to_theme.scss
. - Renamed
author.avatar
toauthor.picture
inauthors.yml
to fully support jekyll-seo-tag plugin. - Theme now requires jekyll-archives plugin. (See pages documentation.)
Bug Fixes
- Fixed navigation baseurl issue by using
elsif
. Liquid issue caused bycontains
not working withor
(Thanks to @ashmaroli for solution.) - figure include now removes
class=""
if no class has been set.