AimerNeige's Blog Powered by Hugo & PaperMod
sudo apt install hugo
git clone https://github.com/aimerneige/blog.git
git submodule update --init --recursive
git submodule update --remote --merge
hugo new post/title.en.md
hugo new post/title.zh.md
hugo serve -D
hugo
cd public
git add -A
git commit -m "update"
git push
or just run ./deploy.sh