hugo 48.4K 静态网页
最后更新于:2022-04-02 04:04:11
[TOC]
> [github](https://github.com/gohugoio/hugo)
> [主体](https://themes.gohugo.io/tags/documentation/)
## 概述
主题丰富
## 安装
依赖 go ,git
安装
```
brew install hugo
```
### 源码安装
```
git clone https://github.com/gohugoio/hugo.git
cd hugo
go install
```
';