首页 > 其他分享 >hugo的使用

hugo的使用

时间:2022-10-23 15:58:14浏览次数:71  
标签:xxx 23 0.0 hugo server https 使用

1,相关文档

https://tonybai.com/2015/09/23/intro-of-gohugo/
https://www.gohugo.org/

2,相关问题

2.1 配置文件中的baseURLhugo server命令的-b选项的差异

hugo server命令并不会读取config.toml,所以需要用-b显式指定baseURL,示例:

hugo server -D --bind 0.0.0.0 -b http://xxx.xxxxxxxxxxxxxx.xxx -p 80

https://note.qidong.name/2017/06/23/hugo-localhost-error/
image

标签:xxx,23,0.0,hugo,server,https,使用
From: https://www.cnblogs.com/cord/p/16818714.html

相关文章