Skip to content

Releases: fongandrew/hydeout

3.5.0

05 Sep 20:13
Compare
Choose a tag to compare
  • Supports paginate_path in config, adds option for a blog link in sidebar for cases where home and pagination index are not the same (#3)

3.4.3

31 Aug 22:03
Compare
Choose a tag to compare
  • Fix missing site.baseurl (#2)

3.4.2

27 Aug 06:56
Compare
Choose a tag to compare
  • Fixes iPad breakpoint issues (#1)

3.4.1

13 Jun 07:39
Compare
Choose a tag to compare

New pagination -- no longer requires scrolling to bottom to go back.

3.3.1

05 Jun 23:04
Compare
Choose a tag to compare

Tag links now only display a single list of posts for a given tag.

3.2.0

05 Jun 22:24
Compare
Choose a tag to compare

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

05 Jun 08:45
Compare
Choose a tag to compare

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

01 Jun 11:06
Compare
Choose a tag to compare

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.