cp -r ../Template-Hugo/HuGo .
sed -i '' 's/Template-Hugo/_NewProject_/g' `grep Template-Hugo --include=\*.{md,html,xml,yaml,toml} -rl .`
git config user.email ykb553@163.com
git config -l | grep user
# 更新主题模块
# git submodule add -f https://gitee.com/o-fork/hugo-book.git HuGo/themes/book
$ git submodule init
$ git submodule update
# 本地服务
hugo server -s HuGo/
# 生成静态站点
hugo -s HuGo/
hello-world-example/Template-Hugo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|