- 方法一
git clone --recursive https://github.com/huing/blog.git
- 方法二
git clone https://github.com/huing/blog.git
git submodule init
git submodule update
hugo new post/css/css值与单位.md
cd blog
hugo server -D
cd blog
hugo -D
cd blog/public
git push