How to get the Markdown pages with their frontmatter efficiently? #186
Unanswered
shamscorner
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can see how this repo reads all the locales from the
locales/
directory in themodules/i18n.ts
,However, is there any way to get all the markdown files and their frontmatter effectively? I want to create a blog homepage. And for that, I have to get all the contents like Nuxt so that I can show the title, description, image, date, etc.
Thanks for your time.
Beta Was this translation helpful? Give feedback.
All reactions