Skip to content

sporule/markdown-sitemap-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Site Map Generator Plugin

Generate Site Map from markdown

Installation

Node.js

npm install markdown-rss-generator-webpack-plugin

Usage Example (ES6)

In your Webpack Config file

const MarkdownSiteMapGeneratorPlugin = require("markdown-sitemap-generator-webpack-plugin").default;

//define the options
const option = {
      host: Config.url,
      links: [], //links that you also want to include in the site map
      route: "/items",
      outputPath:"sitemap.txt"
    }

//In the plugin section

 plugins: [
  new MarkdownSiteMapGeneratorPlugin(option)
 ]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published