Shawn Erquhart

Results 161 comments of Shawn Erquhart

Hmm wonder if it's because of the `.markdown` extension. That _should_ work as an alias, but maybe its not.

Based on the recent failed build for this repo, it seems we're not setting a `mode` for webpack: https://app.netlify.com/sites/victor-hugo/deploys/5bdb67f673f2cf1cc3280d06

If someone can dig in and get a fix together I'm happy to review and merge.

That probably means that you're getting back a 404 HTML page, so the config.yml isn't there. Assuming your cms is at `/admin`, make sure there's a slash _after_ admin, Eg.,...

I believe bep was right when you asked this on the [Hugo forum](https://discourse.gohugo.io/t/related-content-error-cant-evaluate-field-related/10146/2) - you're calling `.Related` on a list of pages rather than an individual `Page`.

Ah, nope, you're right: https://gohugo.io/content-management/related/#list-related-content

@BinaryBen note: GitHub does not support OAuth implicit grant, so you cannot authenticate directly from the browser, there must be a server in between. Using Netlify is not a requirement,...

Meant to post this a while back - @hfte has a wonderful example of using Netlify CMS with self hosted Git Gateway and GoTrue, with a complete tutorial in a...

@cgfarmer4 curious if you all would be open to a PR for this?