bryanbraun / bryanbraun.github.io

My personal website.
https://bryanbraun.com
MIT License
23 stars 16 forks source link

Ensure the JSON Feed passes the validator #14

Closed bryanbraun closed 7 years ago

bryanbraun commented 7 years ago

We just set up a new JSONFeed (see jsonfeed.org for details), but I didn't try to validate it until it went online.

Here's the validation report: https://validator.jsonfeed.org/?url=https%3A%2F%2Fwww.bryanbraun.com%2Ffeed.json

It looks like there are a few minor issues we need to fix to make it fully valid.

I think the best way to test it with the validator during local development is with ngrok or some other localtunnel, type solution.

ajkendal commented 7 years ago

@bryanbraun

I will fix that up, i think i see the issue

bryanbraun commented 7 years ago

Fixed! See: https://validator.jsonfeed.org/?url=https%3A%2F%2Fwww.bryanbraun.com%2Ffeed.json

Closing this now.