Alex Ibrado
Alex Ibrado
Ok, added an explicit check. I'm also trying to do this for `title` but I think that's more involved...
Re `title`, I settled for adding `emojify` and `demojify` filters instead. I have it up on my [excerpt-emojify-demojify](https://github.com/ibrado/emoji-for-jekyll/tree/excerpt-emojify-demojify) branch, though I am not doing a PR on that (yet?) since...
@DennisLfromGA Hi... Would you mind checking the latest commits on your single-user device? Thanks!
The good news is, next month (Jan 2018) LetsEncrypt will be [releasing wildcard certificates](https://letsencrypt.org/2017/07/06/wildcard-certificates-coming-jan-2018.html)! This could finally be closed. :smile:
That's ok, @andy5995. We did find/solve a definite issue with spaces in categories (at least) while checking this out, so it's all good. :-)
@bildungsroman Hi! Did you use `category: cloud infrastructure ` (i.e. singular) or ``` categories: - cloud infrastructure ``` ? You might be seeing the problem if you used `categories: cloud...
@bildungsroman I don't remember testing that syntax (category: [array]). Just to be thorough, could you give the following a try? ``` categories: - Cloud Infrastructure - DevOps ``` Also, there's...
Also, are you guys trying PR #79 ? e.g. temporarily set `Gemfile` entry as follows: ``` group :jekyll_plugins do # etc gem 'jekyll-paginate-v2', :git => "https://github.com/ibrado/jekyll-paginate-v2.git", :branch => "permalink-defaults" #...
Yes, try that instead of the current `category: ['Cloud Infrastructure', 'DevOps']` in each blog post. v1.9.4 has some issues with singular/plural arrays/strings. Alternatively, try the current `master`. It has #73...