子模块
递归更新子模块:
git submodule add <remote url> <local url>
git submodule add https://github.com/tatamobile/pelican-boostrap5.git themes/pelican-bootstrap5
git submodule update --init
git submodule update --init --recursive
git archive -o v0.0.1.zip main
eval `ssh-agent -s`
GitHub
ssh-keygen -t ed25519 -C "your_email@example.com"