Releases: fongandrew/hydeout
3.5.0
3.4.3
3.4.2
3.4.1
New pagination -- no longer requires scrolling to bottom to go back.
3.3.1
Tag links now only display a single list of posts for a given tag.
3.2.0
Adds condition customization options for links in sidebar. Override _includes/custom-nav-links.html
and _includes/custom-icon-links.html
to add extra links after the provided ones.
3.1.0
What's New
- New responsive layout on mobile
- Ruby gem support
- Refactored SASS and HTML partial for easier extensibility
- Search page
- Disqus comments
Hello Hydeout
Updates the original Hyde theme for Jekyll 3.x and adds new functionality.
It updates Hyde's styling to incorporate the latest SASS files from Poole and replaces class-based theming with the use of the following SASS variables:
$sidebar-bg-color: #202020 !default;
$sidebar-sticky: true !default;
$layout-reverse: false !default;
Adds a new tags page (accessible in the sidebar) and a new "category" layout for dedicated category pages.
Category pages are automatically added to the sidebar. All other pages must have sidebar_link: true
in their front matter to show up in the sidebar.