1.0.8 • Published 3 years ago

hexo-vinclude v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

modify from PirtleShell/hexo-include

  • use tag name Vinclude

fix some bug .

{% Vinclude path/to/jscode.js javascript %}

{% Vinclude path/to/jscode.html html %}

origin ReadMe

hexo-include

A Hexo plugin for including the raw content of a text file into a post directly from its markdown. Easily insert pre-written HMTL, JS, or the contents of any text file into the body of your post or page.

Usage

Insert the following into the post's markdown where you want the contents of the external file inserted. All file paths are relative to your source directory.

{% include path/to/file.bar %}

Install

Install with npm from the base directory of your Hexo site:

$ npm install --save --only=prod hexo-include

The --only=prod ensures that the development dependencies are not installed. If you want to run the tests, remove this flag. More info here.

License

MIT (c) 2016 Robert Pirtle.

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago