Skip to content

A Hexo plugin for including raw content of any text file into a post

License

Notifications You must be signed in to change notification settings

binds-co/hexo-include

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

{% includeFile '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.

About

A Hexo plugin for including raw content of any text file into a post

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%