使用hugo配置博客文档
安装
$ brew install hugo生成博客
$ hugo new site myblog安装皮肤
$ cd themes
$ git clone https://github.com/de-souza/hugo-flex.git创建文章
$ hugo new post/config.md运行hugo
hugo server -D --theme=hugo-flex --buildDrafts部署
hugo --theme=hugo-flex --baseURL="https://blog.ttbt.work" --buildDrafts
hugo --theme=hugo-flex --baseUrl="https://codebeautiful.gitee.io" --buildDrafts