Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: TOML configuration expects YAML #8

Open
davidsneighbour opened this issue Oct 2, 2024 · 0 comments
Open

bug: TOML configuration expects YAML #8

davidsneighbour opened this issue Oct 2, 2024 · 0 comments

Comments

@davidsneighbour
Copy link

I have in flatlake.toml:

[[collections]]
output_key = "posts"

[[collections.inputs]]
path = "content/blog"

[[collections]]
output_key = "tags"

[[collections.inputs]]
path = "content/tags"

And run the quickstart via:

[13:22:57][patrick@gugin][main]~/github.com/davidsneighbour/kollitsch.dev(+1|%0|ok)
❯ npx -y flatlake
Failed to load flatlake.toml:
Unsupported format for flatlake.toml, expected YAML.

Looks like somewhere flatlake is not receiving the info that it's TOML.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant