hexo-processor-static

1.1.0 • Public • Published

hexo-processor-static

Copies files from one folder to another without converting them to HTML files. This allows you to keep files at the destination in the original markdown format.

Installation

$ npm install hexo-processor-static --save

Configuration

Add the following snippet in _config.yml.

Minimal config to enable filters for HTML, CSS, Js and images.

copy_src: "_static" // name of the directory you want to copy from _static by default
copy_dst: "" //name of the directory you want to copy the files to '' by default
  • copy_src - Name of the directory you want to copy from _static by default
  • copy_dst - Name of the directory you want to copy the files to '' by default, which places the files in the root output directory

License

MIT

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i hexo-processor-static

    Weekly Downloads

    44

    Version

    1.1.0

    License

    MIT

    Last publish

    Collaborators

    • lakenen