Skip to content

zbicin/hexo-github-include

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-github-include

This plugin allows you to include listings of files stored on GitHub. It fetches raw data from https://raw.githubusercontent.com/path and wraps it into markdown's triple backticks ```.

Usage

{% github_include path [language] %}

For example:

{% github_include zbicin/hexo-github-include/index.js js %}

results in:

    ```js
    /* contents of index.js */
    ```

About

This plugin allows you to include static listings of files stored on GitHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published