Parker Moore

Results 366 comments of Parker Moore

If anyone would like to submit a PR to update the README, I'd be happy to review. I'll try to update the README soon if not.

The `health-check` subcommand specifically tests whether your CNAME is setup properly, hence why it expects one to exist. If you’re using the github.io domain, then there’s no reason to run...

Pages is currently on Jekyll 3.x so I'm going to see if we can backport this into a new release and get Pages to upgrade.

Hey! I'd be happy to accept this PR with the following condition: we override any non-nil math engine to `mathjax`. We cannot permit server-side processing of kramdown's math engines at...

I don't think we can do any security auditing of new gems, so I'd like to simply allow you to unset the math engine, i.e. allowed values are `nil` and...

:+1: :heavy_multiplication_x: :100: @aepstein :wave: from a former Cornell student! @benbalter There might be some security concerns around the files passed to `git`, but I'm sure they can be adequately...

We pull with `--depth 1` and I can confirm that this breaks expected behaviour (i.e. in all cases the date is the exact same since we're only working with 1...

@yoannchaudet Hi! We have a couple small fixes from the jekyll org coming your way. One is this, and another is from jekyll-seo-tag! If you wouldn't mind scheduling in shipping...

Hi! I think we’ve shipped jekyll-commonmark support. Are you able to use that in your site to achieve anchors? `markdown: jekyll-commonmark` in your _config.yml if I remember correctly.

If GitHub dot com does it, I don't see why we can't add it to jekyll-commonmark or jekyll-commonmark-ghpages!