Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Releases: mmistakes/jekyll-theme-hpstr

1.7.6

15 Sep 02:12
Compare
Choose a tag to compare

Bug Fixes

  • Improve code block styling placed in unordered and ordered lists. [#86, #90, #92]
  • Improve code block styling when using {% highlight linenos %}

1.7.5

15 Sep 02:09
Compare
Choose a tag to compare

Maintenance

  • Disable future publishing

1.7.4

19 Jul 14:01
Compare
Choose a tag to compare

Bug Fixes

  • Keep menu trigger visible on open/close.

1.7.3

18 Jul 18:50
Compare
Choose a tag to compare

Bug Fixes

  • Fix menu overlap that renders links behind it un-clickable by apply height: 100%; and width: 100% to #dl-menu only when open. [#161]

1.7.2

28 Jun 17:00
Compare
Choose a tag to compare

Bug Fixes

  • Fix overflowing menu content when taller than height of viewport. Scrollbars should appear when menu overflows. #14

Maintenance

  • Add drop-shadow to menu trigger button
  • Improve readability of CSS by adding white-space between lines
  • Remove outdated vendor prefixes and mixins in _sass partials
  • Remove unnecessary _gist.scss

1.7.0

01 Jun 19:44
Compare
Choose a tag to compare

Maintenance

  • Update gems
  • Remove Octopress dependency
  • Replace {% highlight %} tags with GitHub Flavored Markdown backticks

Enhancements

1.6.0

02 Feb 03:36
Compare
Choose a tag to compare

New

  • Add support for Jekyll 3.0

Updates

  • Minor changes to _syntax.scss and theme documentation

1.5.0

02 Dec 15:32
Compare
Choose a tag to compare

New

  • Improved display of pagination links for sites with lots of posts. Links now truncate at certain thresholds.

truncated-pagination

1.3.0

10 Feb 21:03
Compare
Choose a tag to compare

New

Added rake tasks to create new posts or pages. Using either rake new_post or rake new_page will prompt you for a title and tags to classify them. Example below:

rake new_post

Enter a title for your post: My Awesome Post
Enter tags to classify your post (comma separated): web development, code
Creating new post: _posts/2014-02-10-my-awesome-post.md
There are a few configuration variables that can be changed in Rakefile.rb. By default posts and pages will be created in MarkDown using the .md extension.

1.2.0

27 Oct 00:14
Compare
Choose a tag to compare

New

  • Background image support at the post/page level along with globally for the entire site. Here's a demo and documentation on how to enable it. Thanks to @Robpol86 for adding this feature!