• 通通不同-博客

  • 全部
  • 分类
  • 标签
  • 关于

使用hugo配置博客文档

11 March, 2023

安装

$ 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
  • Hugo
  • 博客搭建指南
  • Hugo-Flex
开发的乐趣在于相通而不同