3.0.0 • Published 2 years ago

hexo-tag-config v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

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 %}

Development

3.0.0

2 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago