Skip to content

A simple package for create RSS to a markdown based blog.

Notifications You must be signed in to change notification settings

hiwllc/next-rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS

RSS for markdown base blog.

A simple package for create RSS to a markdown based blog.

How to use

Import the lib:

import { generateRSS } from '@uselessdev/rss'
// or you can use const { generateRSS } = require('@uselessdev/rss')
generateRSS({
  title: 'Your website title',
  description: 'Your website description',
  siteLanguage: 'en',
  siteUrl: 'https://your-site-url.com',
  destinationFolder: 'public',
  itemsFolder: 'content/posts',
})

About

A simple package for create RSS to a markdown based blog.

Resources

Stars

Watchers

Forks

Packages

No packages published