first commit

This commit is contained in:
Missdrop
2025-07-16 16:30:56 +00:00
commit 7ee33927cb
11326 changed files with 1230901 additions and 0 deletions

8
deploy.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# 清理旧文件
sudo -u www-data hexo clean
# 生成新文件
sudo -u www-data hexo g
# 部署到 GitHub Pages
sudo hexo d