https://github.com/patrick330602/hexo-include-md
A Hexo function to include md file in `_source`
https://github.com/patrick330602/hexo-include-md
Last synced: 11 months ago
JSON representation
A Hexo function to include md file in `_source`
- Host: GitHub
- URL: https://github.com/patrick330602/hexo-include-md
- Owner: patrick330602
- License: mit
- Created: 2022-05-01T08:18:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T14:06:25.000Z (about 4 years ago)
- Last Synced: 2025-06-16T19:15:55.115Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexo-include-md
A Hexo helper function to include markdown files that is located in `_source`.
This project requires you to use your Hexo render engine as `hexo-renderer-markdown-it`.
## Usage
Install using `npm install hexo-include-md --save`.
use as a function similar to ; For example, in ejs, you use `<%= include_md('path/to/md/file') %>`
## License
MIT License.