0.1.0 • Published 10 years ago
hexo-document-plugin v0.1.0
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
10 years ago
0.0.20
10 years ago
0.0.19
10 years ago
0.0.18
10 years ago
0.0.17
10 years ago
0.0.16
10 years ago
0.0.15
10 years ago
0.0.14
10 years ago
0.0.13
10 years ago
0.0.12
10 years ago
0.0.11
10 years ago
0.0.10
10 years ago
0.0.9
10 years ago
0.0.8
10 years ago
0.0.7
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.2
10 years ago