-
I asked this in https://stackoverflow.com/questions/70689203/how-to-get-a-list-of-posts-in-netlify-cms but I also thought I should ask here. Basically I have a blog collection and there are posts inside of it. I'd like to get a file with all of the posts in there, or some other method. I'm using SvelteKit for this. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @webdev03, Netlify CMS saves files in your git service (e.g. GitHub) repository. Assuming you would like to list the posts during build time, this is more of a SvelteKit question, so I recommended going over https://kit.svelte.dev/docs and asking in https://discord.com/invite/yy75DKs |
Beta Was this translation helpful? Give feedback.
Hi @webdev03, Netlify CMS saves files in your git service (e.g. GitHub) repository.
Assuming you would like to list the posts during build time, this is more of a SvelteKit question, so I recommended going over https://kit.svelte.dev/docs and asking in https://discord.com/invite/yy75DKs