1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Improve the init tool & fix the deploy tool.

This commit is contained in:
Cotes Chung
2020-09-04 19:49:18 +08:00
parent 9dcab7ac1f
commit 13abcd5958
2 changed files with 12 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ init() {
}
backup() {
mv _site "$_backup_dir"
mv _site/* "$_backup_dir"
mv .git "$_backup_dir"
# When adding custom domain from Github website,