-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Description
问题
作为独立应用调用 hexo 需要完整照顾 hexo 的运行和环境,有可能出现一些问题,例如:
- 其他插件的兼容性问题 打开后界面显示错误:ENOENT:没有这样的文件或目录,打开“themes/shoka/source/js/_app/utils.js” #39
- 用户需要自行配置 hexo 的安装路径,这很麻烦
- 无法使用现有的 hexo 运行时
- 需要将构建产物 commit 到 git 中,增加 git 负担
- hexon 配置不方便持久化
期望
在 hexo 目录中一键启动:
# in hexo blog
hexon start方案
- 开发 hexo 插件
- hexon 配置: hexo _config.yml -> hexon
- release pipeline: npm package