A hexo plugin for insert hexo configuration values (_config.yml
) to your post/page.
npm install hexo-tag-config --save
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 %}