octopress / ink

A core component for building Gem based Jekyll themes.
MIT License
103 stars 36 forks source link

Fix deprecated use of posts #66

Open randycoulman opened 8 years ago

randycoulman commented 8 years ago

When running the latest version of Ink with Jekyll 3.x, several deprecation warnings are shown. This fixes the deprecation warnings by following the instructions given.

This fix will break compatibility with Jekyll 2. It looks like some of the other gems in the Octopress family are doing that, but if it is necessary to remain compatible with both Jekyll 2 and 3, this fix will need to be re-worked somehow. I'm not sure of the best way to do that, so suggestions are most welcome.

There might be a similar issue in octopress-multilingual, but I haven't used that gem, so can't say for sure.

Fixes #64.

dgmstuart commented 7 years ago

I reckon this should be a breaking change.