metalsmith-transclude

0.3.11 • Public • Published

metalsmith-transclude

Version Build Status

A metalsmith plugin to transclude documents.

Installation

$ npm install metalsmith-transclude

CLI Usage

Install via npm and then add the metalsmith-tranclude key to your metalsmith.json plugins, like so:

{
  "plugins": {
    "metalsmith-transclude": {
      "comments": false
    }
  }
}

This will follow expressions of this form:

index.md:

:[](include/file.md)

include/file.md:

Hi!

and include them inside the build: build/index.md:

Hi!

TODO:

  • Allow transclusion of remote content (this might already work)
  • Add options to parameterise transclusions.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i metalsmith-transclude

Weekly Downloads

9

Version

0.3.11

License

MIT

Unpacked Size

121 kB

Total Files

42

Last publish

Collaborators

  • jmatsushita