You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I just started using presidium and whenever I try creating a custom collection I receive this error.
I already have the correct items inside my _config.yml:
And in my file (.../content/_foo-bar/index.md) I have some tiny amounts of MarkDown and the title strucutre, which apparently is leading to this issue (why, though?):
I cannot replicate the issue for some reason... My _config.yml file is exactly the same as yours with foo-bar in both sections and collections, then in content/_foo-bar/ I have a file called "my-article.md", and in it have:
`
title: "My first article in foo-bar"
author: torabisu
First Article
Im some content
`
I removed the status: draft, and adjusted authors to author.
When I run npm start, it builds correctly and puts the necessary items in the menu on the side under my section.
Hi, I just started using presidium and whenever I try creating a custom collection I receive this error.
I already have the correct items inside my _config.yml:
And in my file (.../content/_foo-bar/index.md) I have some tiny amounts of MarkDown and the title strucutre, which apparently is leading to this issue (why, though?):
Although whenever I attempt to start the server with jekyll, I always get that error :(
Full log:
The text was updated successfully, but these errors were encountered: