Git推送
git推送
git commit -m “添加到远程”
git push -u origin main
git remote add origin https://github.com/xxx/xxx.git
生成新页面
hugo new content posts/my-first-post.md
本地游览
hugo server -D
git commit -m “添加到远程”
git push -u origin main
git remote add origin https://github.com/xxx/xxx.git
hugo new content posts/my-first-post.md
hugo server -D