hugo用法
2020-07-27 本文已影响0人
猪猪一号
hugo new post/FileName.md
将会在 content/post/ 创建文件 filename.md
修改md文件后,命令:hugo
然后
cd ..
hugo
cd public
git init
git add .
git commit -m "2"
git push -f https://gitee.com/lbsjs/lbsjs.git master
Markdown-AutoLinefeed
baseURL = "https://lbsjs.gitee.io"