1.0.3 • Published 6 years ago

gobha-file-to-path v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

gobha-file-to-path

A Metalsmith plugin to convert all files into permalink for seo optimisation

Example: /test/demo.md will become /test/demo/index.md so the site can be reached via /test/demo/
Only files that match the extension option will be modified

The plugin will not change the extension of the files!

Installation

$ npm install gobha-file-to-path

Javascript Usage

let file_to_path = require('gobha-file-to-path')

metalsmith.use(file_to_path())

Options

{
	extension: "html|php|md|hbs"
}

extension

The plugin checks every file extension and when the extension matches the regex it will process the file and modify the path, otherwise the file will be ignored and can be modified by the next plugin.

License

MIT