Hexo 主题:Yun
发布时,同时推送至 GitHub 与 Coding 的 hexo 分支备份,使用 CI (GitHub Actions) 生成静态页面推送至 GitHub
npm run backup
# or
# yarn backup
# or
sh backup.sh
# sh backup.sh 'change info'
git clone https://github.com/YunYouJun/yunyoujun.github.io
# coding
git remote add coding https://e.coding.net/YunYouJun/yunyoujun.coding.me.git
git remote set-url --add origin https://e.coding.net/YunYouJun/yunyoujun.coding.me.git
yunyoujun.github.io - Travis CI- GitHub Actions: 现已改为使用 GitHub Actions
git clone https://github.com/YunYouJun/hexo-theme-yun themes/yun
More info about hexo-theme-yun
# 注意这里的参数是 Array
tccli cdn PurgePathCache --Paths '["https://www.yunyoujun.cn/links/"]' --FlushType flush
tccli cdn PurgeUrlsCache --Urls '["https://www.yunyoujun.cn/links/index.html"]'
git commit -m 'xxx'
📝 update
✏️ typo
💄 xxx
🎨 xxx
💚 travis
🔧 config
chore(xxx): xxx