0.1.0 • Published 8 years ago

hexo-document-plugin v0.1.0

Weekly downloads
51
License
-
Repository
-
Last release
8 years ago

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",
      "源文件目录使用年月日方式保持目录结构"
    ]
  }
}
0.1.0

8 years ago

0.0.20

8 years ago

0.0.19

8 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.2

8 years ago