Alex Ibrado
Alex Ibrado
Well, I did start on it because you said in #58 : > This actually sounds like a feature that is missing from the autopages at the moment (inclusion of...
@mmistakes I also do something similar, for plaintext introductions. This patch still has some value if one needs Liquid and Markdown in the intro text.
Hi @mdo, @rrees, Have you tried the latest gem (v1.9.2) for the "page will not exist" problem, and using "categories" instead of "category"? [This line](https://github.com/sverrirs/jekyll-paginate-v2/blob/d3aaef7746a27dfefdd864827162ffc6a22a38ed/lib/jekyll-paginate-v2/autopages/autoPages.rb#L39) has "categories" hardcoded. I tried...
Ok, I took another look at the source code [here](https://github.com/sverrirs/jekyll-paginate-v2/blob/d3aaef7746a27dfefdd864827162ffc6a22a38ed/lib/jekyll-paginate-v2/generator/paginationModel.rb#L210-L219) and [here](https://github.com/sverrirs/jekyll-paginate-v2/blob/d3aaef7746a27dfefdd864827162ffc6a22a38ed/lib/jekyll-paginate-v2/generator/paginationIndexer.rb#L75-L78). I think `categories` was a red herring, sorry. Please try: 1. Removing spaces between category names, e.g. `category:...
Am trying this out now myself. I just noticed the `intersect_arrays` call, d'oh. Digging deeper.
Made some progress but cannot figure out why JPv2 is getting incorrectly-split categories (split at a space) immediately at generator startup. `["cars", "cars,", "grand", "touring,", "Porsche,", "sports", "car"]` from `categories:...
Ok, so the "categories string is split by space" is a [Jekyll thing](https://github.com/jekyll/jekyll/blob/83a6aebb2d23106fae0ef56c484781ac32e3da17/lib/jekyll/document.rb#L421). Given this, the correct JPv2 syntax for posts would be `category: cars, grand touring, etc` (spaces after...
I've been thinking about this, and an "and" filter still makes sense in certain cases, e.g. in the documentation we have an example for `category: software, ruby`. If I also...
I'm actually cleaning up a branch in preparation for a PR for this based on my last idea (`*filter: any/all`) :-D I'll push in a while; maybe you can build...
Not sure if it's relevant, but _api_.keybase.io isn't serving a valid cert. keybase.io (which does serve the api via `/_/api`) does.