Closed mutsuda closed 8 years ago
Adding octopress hooks pointing to the git master seems to solve that bug for me.
group :jekyll_plugins do
gem 'octopress-hooks', git: 'https://github.com/octopress/hooks.git'
gem 'octopress-paginate'
end
I'm getting this error with latest versions of all gems. Basically, clean installation of octopress stops working after I add octopress-paginate.
Can this be sorted once and for all? @CyberStrike's workaround works but I'm not sure for how long in the future.
Do we just need another release?
@parkr: yes and perhaps cherry pick the deprecation warnings fix from #24. Although, in a project I tried the latest release, I ended up with permalinks without the post name, i.e. foo/yy/mm/dd/.
I should probably make a new issue but this is the branch if you have time to try https://github.com/XhmikosR/website/commit/a2d02ba0ce7135e6959ad9d781b7490ff3c555c2
Scratch my previous issue; it was because of the post filename having only dates.
Still, I believe we need a new release with the Jekyll compatibility and the reverse addition as soon as possible.
So, @parkr, can you sort these couple of things and make a new release? This gem seems to cover the gap we have in Jekyll so with these fixes it should be a lot more usable.
I'll check in with @imathis – I'm actually not sure I have access and it may be better for him to help out as he knows this code base better.
Bump @imathis
I guess fixing this will also fix the same issue with octopress-solarized
that I referenced above? (and codeblock
and codefence
)
@parkr: can you bug @imathis to sort this, Jekyll 3 warnings and #12?
@parkr: @imathis: seems M.I.A. Can you or someone else sort these issues and cut a new release?
I don't have access :( https://rubygems.org/gems/octopress-paginate
That's too bad. Is there any other way you can ping the owner?
In the meantime can we get a the fixes merged and a tag out? People could use the tag at least.
On Aug 9, 2016 9:31 PM, "Parker Moore" notifications@github.com wrote:
I don't have access :( https://rubygems.org/gems/octopress-paginate
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/octopress/paginate/issues/19#issuecomment-238647226, or mute the thread https://github.com/notifications/unsubscribe-auth/AAVVtfxi6pOgS7LSDMqa7xlsfI8Ctt9Gks5qeMecgaJpZM4Hq7Lh .
So any news @parkr ?
v2.6.2 of octopress-hooks (not yet out, but asking Brandon to release) should fix this. Thanks!
Using jekyll-3.1.2, and after setting up octopress, server
What am I doing wrong? It works perfectly without Octopress, and the
_job/2016-02-25-Software-Developer.md
doesn't have any empty parameters in its front metal.