跳转到主要内容

分类: Blog

  • How to Run

    发布于 文章 475 字 1 分钟

    BlogHugo

    安装最新版go https://www.runoob.com/go/go-environment.html 安装hugo https://github.com/gohugoio/hugo CGO_ENABLED=1 go install --tags extended github.com/gohugoio/hugo@latest 新建私有仓库并初始化 新建私有仓库 https://github.com/xxx/xxx git clone https://github.com/xxxx/xxx …

    安装最新版go https://www.runoob.com/go/go-environment.html 安装hugo https://github.com/gohugoio/hugo CGO_ENABLED=1 go install --tags extended github.com/gohugoio/hugo@latest 新建私有仓库并初始化 新建私有仓库 https://github.com/xxx/xxx git clone https://github.com/xxxx/xxx …