All Projects → tea3 → hexo-include-markdown

tea3 / hexo-include-markdown

Licence: MIT License
Easily load markdownfiles in Markdown .

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hexo-include-markdown

hexo-instagram-wall
Displays up to 18 most recent images from your Instagram account
Stars: ✭ 12 (-25%)
Mutual labels:  hexo, hexo-plugin
hexo-filter-optimize
A Hexo plugin that optimize the pages loading speed.
Stars: ✭ 41 (+156.25%)
Mutual labels:  hexo, hexo-plugin
hexo-tag-instagram
Embed instagram photo and movie tag plugin for Hexo.
Stars: ✭ 23 (+43.75%)
Mutual labels:  hexo, hexo-plugin
hexo-tag-xvideos
🔞 Embed xvideos player in your Hexo posts/pages
Stars: ✭ 17 (+6.25%)
Mutual labels:  hexo, hexo-plugin
hexo-covers
Microbrowser covers for Hexo static site generator
Stars: ✭ 15 (-6.25%)
Mutual labels:  hexo, hexo-plugin
hexo-douban-card
在hexo文章中插入豆瓣读书,豆瓣电影,豆瓣音乐组件
Stars: ✭ 56 (+250%)
Mutual labels:  hexo, hexo-plugin
hexo-directory-category
Automatically add category to Hexo article according to the article file directory.
Stars: ✭ 35 (+118.75%)
Mutual labels:  hexo, hexo-plugin
hexo-reading-time
Plugin for Hexo CMS to display reading time for article
Stars: ✭ 28 (+75%)
Mutual labels:  hexo, hexo-plugin
hexo-filter-mathjax
💯 Server side MathJax renderer plugin for Hexo.
Stars: ✭ 76 (+375%)
Mutual labels:  hexo, hexo-plugin
hexo-netlify-cms
☕ A cup of coffee time to enable Netlify CMS
Stars: ✭ 29 (+81.25%)
Mutual labels:  hexo, hexo-plugin
hexo-bilibili-bangumi
hexo 番剧页面插件,可选数据源:Bilibili, Bangumi
Stars: ✭ 252 (+1475%)
Mutual labels:  hexo, hexo-plugin
hexo-steam-games
为Hexo添加Steam游戏库页面
Stars: ✭ 24 (+50%)
Mutual labels:  hexo, hexo-plugin
hexo-hide-posts
A plugin to hide specific posts from your Hexo blog and make them only accessible by links. (隐藏 Hexo 文章)
Stars: ✭ 149 (+831.25%)
Mutual labels:  hexo, hexo-plugin
hexo-filter-plantuml
Using PlantUML to generate UML Diagram for hexo
Stars: ✭ 23 (+43.75%)
Mutual labels:  hexo, hexo-plugin
hexo-tag-hint
A Hexo tag plugin to display text hint/spoiler tooltip.
Stars: ✭ 26 (+62.5%)
Mutual labels:  hexo, hexo-plugin
blog
博客,基于issues,技术和思考请参看 https://trello.com/b/fZ2i0xjA
Stars: ✭ 29 (+81.25%)
Mutual labels:  hexo
prinsss.github.io
Everything about my blog.
Stars: ✭ 23 (+43.75%)
Mutual labels:  hexo
borg-import
importer for rsync+hardlink based backups / rsnapshot
Stars: ✭ 33 (+106.25%)
Mutual labels:  import
TechFusionFM
Static site for tech podcast built using Hexo.io with deployment script, XML escaper and iTunes rank tracking Telegram bot.
Stars: ✭ 20 (+25%)
Mutual labels:  hexo
HexoBlog
No description or website provided.
Stars: ✭ 14 (-12.5%)
Mutual labels:  hexo

hexo-include-markdown

This plugin for Hexo can easily load another markdown files in markdown file .

Document

Hexoでmarkdownに外部マークダウンを読み込ませるプラグインを作った

Requirements

This plugin supports node.js v4.3 or later. Also , I recommend Hexo v3.2 or later.

Installation

$ npm install hexo-include-markdown --save

Usage

Please add <!-- md your-markdown-path.md --> in markdown file.

For example, edit the source/_posts/hello-world.md as follows.

---
title: Hello World
---

## include sample

Please load another markdown file with the following code.

<!-- md template.md -->

Next, please create a new markdown for the template. For example, create source/_ template/template.md as follows.

### include me ?

Here is the `template.md`'s content . This content is read from an external markdown file.

option

Please set the following options. Please edit _config.yml.

include_markdown:
  dir: source/_template   # Base directory of template markdown
  verbose : true          # If you want to check the path of markdown that use <!-- md --> tag , please set the true.

Referenced issue

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].