Parker Moore
Parker Moore
/cc @jekyll/archives
https://github.com/jekyll/jekyll-feed/compare/v0.16.0...master
This seems like a nice idea, though I'm not sure about implementation details either. ``` {% feed_meta %} => same as today {% feed_meta all %} => unified feed {%...
In other plugins, we do `key:value` Not `key = value`, is that right? For highlight for example. > The plugin has not stabilized with a v1.0 release. So technically, backwards...
/cc #113
Medium offers an export (zip file?) of posts. It would be great to be able to re-form that into a Jekyll site. Should be fairly simple if we have all...
I'm a huge proponent of having something like this! I wrote a custom wrapper earlier today because I was looking for this. I'd be happy to see `NewRecoveryHandler` used in...
In #30, we are introducing a new include for custom headers. I'd propose that we put this old code there (for backwards compatibility) and then allow folks who want to...
To be clearer: 1. `_layouts/default.html` contains `{% include head-custom.html %}` or similar. 2. `_includes/head-custom.html` (maybe make it underscore-delimited) includes `{% include google_analytics.html %}` 3. `_includes/google_analytics.html` contains pre-existing v3 code. User...
I believe Microsoft is trying to migrate to Edge and away from Internet Explorer, so this shouldn't be a huge issue. Safari, Chrome, and Firefox on Mac look good to...