-
Getting this error when running a build with the Feed plugin V2:
The config I'm using is:
Any guidance on what might be happening? There is a branch on our public docs site with the full config here: https://github.com/rundeck/docs/tree/vuepress2-migration/docs/.vuepress |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I was able to figure this out. It seems since some of my pages don't have any frontmatter or contained frontmatter without a 'feed' section the default filter was struggling. I had to do some things in our vuepress V1 to V2 migration.
Working Config to sort by json/rss feeds only by date, descending, only when a feed section exists in frontmatter:
also had to include: Frontmatter date entries will be changed as shown below as part of content migration steps.
|
Beta Was this translation helpful? Give feedback.
-
I don't think an empty frontmatter stops the generate process, Can you add more detail how an fs problem is thrown? And whether ee should do some improvements? |
Beta Was this translation helpful? Give feedback.
I was able to figure this out. It seems since some of my pages don't have any frontmatter or contained frontmatter without a 'feed' section the default filter was struggling. I had to do some things in our vuepress V1 to V2 migration.
config.ts
helped.