使用hugo搭建的博客,记录自己的学习笔记、学习心得、生活感悟
hugo server --watch
启动之后用于实时监控变化,方便调试hugo server --buildDrafts
用于是否显示草稿文章hugo server --theme xxx
用于指定主题xxx为下载在themes目录下的主题hugo server --ignoreCache --cleanDestinationDir
用于忽略缓存,清理目标目录hugo server -v
用于查看启动信息
这里特别感谢CaiJimmy,本项目使用CaiJimmy的Hugo模板hugo-theme-stack