Register the Hexo generator for generating the
/tags/
page.- Source:
(require("hexo/generator/tags"))(hexo)
Register the Hexo generator for generating the
/tags/
page.
A __tags: true
property will be attached to the page local
variables.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
hexo |
Hexo
|
The Hexo instance. |