yoshinorin / hexo-tag-config

A hexo plugin for insert hexo configuration values (_config.yml) to your post/page.
https://www.npmjs.com/package/hexo-tag-config
MIT License
2 stars 0 forks source link
hexo hexo-plugin

hexo-tag-config

NPM version CI Coverage Status

A hexo plugin for insert hexo configuration values (_config.yml) to your post/page.

Installation

npm install hexo-tag-config --save

Usaga

Specify _config.yml key.

{% config _config.yml_keys %}

Example

// Plugin get url key values in _config.yml
{% config url %}

// Also you can specify nested key
{% config highlight.line_number %}