Chris Vogt

Results 6 comments of Chris Vogt

> "Invoking the plugin on dynamic content multiple times produces multiple tags..." In case it helps, I have been able to get around this by removing those label elements before...

[Try this Fiddle](http://jsfiddle.net/FKuJJ/404/). I'm seeing a console error that the external resources (amplify.core, amplify.store) have an improper MIME type. In the above Fiddle I updated the paths for those to...

You will want to update the `_config.yml` file and: 1. Add a `baseurl: '/your/path/here'` definition. 2. Enable the [Jekyll Redirect From](https://help.github.com/en/articles/redirects-on-github-pages) plugin and add your 301 redirects to all post...

The [GitHub Pages Deployment](https://docs.travis-ci.com/user/deployment/pages/) documentation on TravisCI looks like a good solution for deploying the build using Travis, if we end up using that with #58.

Double-check that the MongoDB PHP driver is installed and the extension is being loaded by PHP. You should have a mongo section in your phpinfo() output.

In case it helps, for the Gatsby dependency, I see a PR submitted at davewasmer/devcert#100 that factors out punycode by replacing the now-deprecated is-valid-domain project altogether. That PR hasn't had...