- Moved horizontal ellipsis
…
from theme.yml to home.html layout.
- Created a section for media queries in _theme.scss
- Decreased footnotes fontsize and added color variable.
- Released theme version 0.2.1
- Updated gemspec.
- Added MIT license badge.
- Added line height to hero cta.
- Added
<time>
tags to post_meta, archive page and archive layout. - Shell commands now include "$" symbol.
- Changed light button hover text to black for improved visibility.
- Improved the readability of the theme.
- MIT License
- Released theme version 0.2.0
- Updated mark tag color in
_variables.scss
. - Added relative_url support to author.picture and author.url
- Fixed navigation baseurl issue.
append: site.baseurl
issue caused bycontains
not working withor
. Thanks to @ashmaroli for solution. - figure include now removes
class=""
if no class has been set. - Added markdown documentation.
- Updated theme introduction.
- 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
. - Added support for custom vertical screen height in header.
page.header.cta.class
now support new theme button classes. (Removed theme cta default styles from theme.yml file.)- Added option to set a header background color.
- Added Google Analytics async tracking with fallback setting in
_config.yml
for older browser support. - Added support for Facebook Pixel.
- Added sibebar support for Page layout.
- Added support for HTML lang attribute in
head.html
. - Improved header navigation menu font size, weight & position on mobile/tablet.
- Update demo site docs.
- Added theme introduction to docs.
- Added markdown docs.
- Updated theme variables
- Removed border-radius from Alerts (looked too similar to buttons).
- Added full support for jekyll-archives plugin.
- Redesigned archive link on home.html layout as a button for increased visibility.
- Renamed
author.avatar
toauthor.picture
inauthors.yml
to fully support jekyll-seo-tag plugin. - Update tachyons-sass.
- Renamed
_custom.scss
to_theme.scss
.
- Improved the readability of category and tag pages with new design.
- Improved the readability of author bio width in
author_bio.html
andpost_meta.html
. - Improved position of author avatar in
post-meta.html
on mobile. - Removed unnecessary flexbox classes in
author_bio.html
andpost_meta.html
. - Updated "tachyons-background-overlays" to v1.1.0
- Fix header
cta_class:
. Easily change the header CTA button classes of any page.
- Update to Jekyll 3.5.1
- Improved header margin on page layout
- Improved header margin on post layout when post_meta = false
- Released theme version 0.1.3
- Improved header hero padding on mobile.
- Updated about.md with theme intro that showcases post layouts.
- Update attribution link description.
- Added notices documentation.
- Added buttons documentation.
- Added paragraph option to header hero
- Improved header vertical padding on mobile.
- Updated footer attribution link.
- Updated demo gemfile to Jekyll 3.5.0
- Updated README.md to recommend using Jekyll 3.5.0 or higher. Reasons: gems are now officially called plugins.
- Removed padding(pr3) from navigation on mobile view.
- Added tachyons-background-overlays.scss
- Replace vh-50 with vh-50-m on hero layout to allow header to expand if necessary to fit text and cta on mobile.
- Updated archive layout to use flexbox.
- Update default theme button design.
- Updated install documentation.
- Changed default buttons to Pill shape to match new design.
- Added author documentation.
- Released theme version 0.1.2
- Update theme gemspec.
- Set theme
_config
toport:4000
. - Changed example demo
_config
toport:5000
so you can view the theme demos while also using the theme on your site.
- Fix archive url in
home.html
. - Remove old post layout.
- Released theme version 0.1.1
- Redesign.