MCPcopy Create free account
hub / github.com/apache/camel-website / generateBlogIndex

Function generateBlogIndex

gulp/helpers/rss-feed.js:91–100  ·  view source on GitHub ↗

* Generates toon format markdown for the Blog RSS feed. * Converts public/blog/index.xml to index.md * as per https://github.com/toon-format/toon specification.

()

Source from the content-addressed store, hash-verified

89 * as per https://github.com/toon-format/toon specification.
90 */
91async function generateBlogIndex() {
92 console.log('\nGenerating toon format for Blog index...');
93 await generateRssFeedIndex({
94 xmlPath: 'public/blog/index.xml',
95 title: 'Apache Camel Blog',
96 description: 'Blog posts about Apache Camel and related topics.',
97 itemsName: 'posts'
98 });
99 console.log('Blog index toon format generation complete');
100}
101
102module.exports = {
103 generateRssFeedIndex,

Callers 1

generateMarkdownFunction · 0.85

Calls 1

generateRssFeedIndexFunction · 0.85

Tested by

no test coverage detected