Skip to content

Commit

Permalink
feat: 新增 halo 站点
Browse files Browse the repository at this point in the history
  • Loading branch information
LetTTGACO committed Jan 19, 2024
1 parent 18706ae commit 5060d1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,23 @@
"local:notion": "elog sync -c elog.config.notion.js -e .elog.env -a elog.cache.notion.json",
"local:flowus": "elog sync -c elog.config.flowus.js -e .elog.env -a elog.cache.flowus.json",
"local:wordpress": "elog sync -c elog.config.wordpress.js -e .elog.env -a elog.cache.wordpress.json",
"local:halo": "elog sync -c elog.config.halo.js -e .elog.env -a elog.cache.halo.json --disable-cache",
"local:halo": "elog sync -c elog.config.halo.js -e .elog.env -a elog.cache.halo.json",
"local:feishu": "elog sync -c elog.config.feishu.js -e .elog.env -a elog.cache.feishu.json",
"local:feishu-wiki": "elog sync -c elog.config.feishu-wiki.js -e .elog.env -a elog.cache.feishu-wiki.json",
"sync:yuque-token": "elog sync -c elog.config.yuque-token.js -a elog.cache.yuque-token.json",
"sync:yuque-pwd": "elog sync -c elog.config.yuque-pwd.js -a elog.cache.yuque-pwd.json",
"sync:notion": "elog sync -c elog.config.notion.js -a elog.cache.notion.json",
"sync:flowus": "elog sync -c elog.config.flowus.js -a elog.cache.flowus.json",
"sync:wordpress": "elog sync -c elog.config.wordpress.js -a elog.cache.wordpress.json",
"sync:halo": "elog sync -c elog.config.halo.js -a elog.cache.halo.json",
"sync:feishu": "elog sync -c elog.config.feishu.js -a elog.cache.feishu.json",
"sync:feishu-wiki": "elog sync -c elog.config.feishu-wiki.js -a elog.cache.feishu-wiki.json",
"clean:yuque-token": "elog clean -c elog.config.yuque-token.js -a elog.cache.yuque-token.json",
"clean:yuque-pwd": "elog clean -c elog.config.yuque-pwd.js -a elog.cache.yuque-pwd.json",
"clean:notion": "elog clean -c elog.config.notion.js -a elog.cache.notion.json",
"clean:flowus": "elog clean -c elog.config.flowus.js -a elog.cache.flowus.json",
"clean:wordpress": "elog clean -c elog.config.wordpress.js -a elog.cache.wordpress.json",
"clean:halo": "elog clean -c elog.config.halo.js -a elog.cache.halo.json",
"clean:feishu": "elog clean -c elog.config.feishu.js -a elog.cache.feishu.json",
"clean:feishu-wiki": "elog clean -c elog.config.feishu-wiki.js -a elog.cache.feishu-wiki.json",
"clean-all": "npm run clean:yuque-token && npm run clean:notion && npm run clean:flowus && npm run clean:wordpress && npm run clean:feishu && npm run clean:feishu-wiki",
Expand Down

0 comments on commit 5060d1a

Please sign in to comment.