Skip to content

Releases: mmistakes/so-simple-theme

2.3.2

12 Sep 12:48
Compare
Choose a tag to compare

Bug Fixes

  • Fix search.js interference with other forms [#194]
  • Fix parenthesis Liquid error in _layouts/post.html [#141]

2.3.1

01 Jun 18:59
Compare
Choose a tag to compare

Maintenance

  • Remove Octopress configuration from _config.yml

2.3.0

01 Jun 18:58
Compare
Choose a tag to compare

Maintenance

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

Enhancements

2.2.0

02 Feb 03:14
Compare
Choose a tag to compare

New

  • Now compatible with Jekyll 3.0

Updates

  • Minor changes to _syntax.scss styling and theme documentation

2.1.1

22 Jan 16:40
Compare
Choose a tag to compare

New

  • Post excerpts now display on index pages (/blog, /articles, and the home page) if set in a post's YAML Front Matter.

latest-posts

Updates

  • Improved comments in .scss partials and removed some unused styles I missed when posting from Less.
  • Enable Disqus comments globally vs. post per post basis (#94)
  • Fixed some other Disqus related bugs that displayed <noscript> text on pages that had comments disabled on.
  • Removed Google Authorship from <head> (#115)
  • Improved Jekyll search feature by removing the input box overlay that performed poorly on mobile and touch devices (#88). In the future maybe a form could be included on every page, but for it can be found at /search/ which is linked in the top navigation.
  • Fixed typos and other minor cleanup in theme's documentation.

1.4.0

12 Feb 14:23
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.3.2

02 Jan 17:08
Compare
Choose a tag to compare

New

  • Added simple social share links to the sidebar. To enable on a post by post basis add share: true to a post's YAML front matter.

simple-share-links

1.3.1

12 Sep 12:28
Compare
Choose a tag to compare

New

  • Added Grunt build script for easier theme development. Preprocesses .less into .css, concatenates and minifies .js, and optimizes all images.
  • Added search by post title overlay using Christian Fei’s Simple Jekyll jQuery plugin.
    simple-search-screenshot

Bugfixes

  • Fixed issue #29. Menu now closes when clicking outside of it.
  • Fixed issue #32.
  • Fixed jumpy navigation that was being absolutely positioned on click.