AimerNeige's Blog Powered by Hugo & PaperMod
sudo apt install hugogit clone https://github.com/aimerneige/blog.git
git submodule update --init --recursivegit submodule update --remote --mergehugo new post/title.en.md
hugo new post/title.zh.mdhugo serve -Dhugocd public
git add -A
git commit -m "update"
git pushor just run ./deploy.sh