include theme about hugo and make it run and it work well
hugo -d ../Dlgde.github.io
steps:
- 安装hugo版本,执行hugo server即可调试
- 执行hugo new post/xxx.md可创建新的md
- 执行hugo,可编译到public下 (执行 sh build)
- 可以将public目录,放到如nginx的即可(执行sh sync)
- 使用github进行版本管理,同步blog信息至github
git地址:https://github.com/Dlgde/Dlgde.github.io.git md地址: https://github.com/Dlgde/hugo-blog.git 访问地址:http://dlgde.github.io http://qstudy.tech