Blog - demo from cookbook not working for me

I’m testing Kirby out to see if its a good replacement for the cms I’m currently using and I’m using the cookbook to add a test blog (to the bare bones demo).

I’m having problems with the blueprint instructions https://getkirby.com/docs/reference/panel/samples/blog

I’m getting an error message in my panel article.yml screen :

Invalid section type (“drafts”)

The following section types are available:

  • info
  • pages
  • files
  • fields

Also the blog index is working ok on my test site (no css yet) but the articles won’t launch. https://www.cow-shed.co.uk/blog

I’m still reading the documentation but if you can see what I’m doing wrong with the demo that would be very helpful!

Invalid section type (“drafts”)

Are you sure your indentation is ok? YAML is kinda picky on that…

the articles won’t launch

What do you mean by that?

https://www.cow-shed.co.uk/blog/your-first-article works for me?

Oh yes - me too now - must have been my cache - sorry!!

As regard the blueprint error, if it’s not an identation errror, could you please post your blueprint code here?

Thanks - my problem was I had the articles.yml in the wrong folder - its all working now! Thankyou