This repository has been archived by the owner on Aug 28, 2019. It is now read-only.
Releases: mmistakes/jekyll-theme-hpstr
Releases · mmistakes/jekyll-theme-hpstr
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
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
Maintenance
- Update gems
- Remove Octopress dependency
- Replace
{% highlight %}
tags with GitHub Flavored Markdown backticks
Enhancements
- Replace custom
feed.xml
withjekyll-feed plugin
.
1.6.0
1.5.0
1.3.0
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.