Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

kywk/hexo-tag-eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-tag-eval

hexo-tag-eval execute Hexo helper in the post.
Helper be used not only in theme but also in post via this plugin.

Limite to Hexo, it only support the helper doesn't use any this objects.

Usage

Install

npm install git://github.com/kywk/hexo-tag-eval.git --save

Use in your post

{% eval HELPER_NAME [HELPER_ARGS] %}

Example

Here is a example add TOC to post

{% eval toc data.content %}

Post TOC

Misc

Update

npm update

Uninstall

npm uninstall hexo-tag-eval

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published