hexo-document-plugin

0.1.0 • Public • Published

hexo-document-plugin

Hexo 是一个快速、简洁且高效的博客框架,本插件通过扩展hexo原有的接口,以及对接hexo原有的数据接口,来让写作以及使用hexo制作偏文档类型的站点更加轻松。

如何使用插件?

使用npm将插件安装于你的hexo目录即可激活插件主要功能。

npm install hexo-document-plugin --save

如果你要在主题中使用扩展的helper,需要执行:

hexo extend-features --on

配置说明

{
  "hexoExtendFeature": {
    "enable_components_demo_raw_content": [
      "on",
      "components的demo目录保持内容为raw"
    ],
    "extend_is_helper": [
      "on",
      "使用增强的is辅助函数"
    ],
    "components_list": [
      "off",
      "使用组件列表侧边栏"
    ],
    "cancel_escape_at_document_title": [
      "off",
      "组件文档页面标题不转义多次"
    ],
    "archive_dirs_structure_in_source_dir": [
      "on",
      "源文件目录使用年月日方式保持目录结构"
    ]
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i hexo-document-plugin

Weekly Downloads

19

Version

0.1.0

License

none

Last publish

Collaborators

  • soulteary