documentation.md (718B)
1 --- 2 title: Hugo 说明文档 3 linktitle: Hugo 4 description: Hugo 是世界上最快的静态网站引擎。它是用 Go (即 Golang) 编程语言所写成,由 bep、spf13 和朋友们共同开发。 5 date: 2017-02-01 6 publishdate: 2017-02-01 7 menu: 8 main: 9 parent: "section name" 10 weight: 01 11 weight: 01 #rem 12 draft: false 13 slug: 14 aliases: [] 15 toc: false 16 layout: documentation-home 17 isCJKLanguage: true 18 --- 19 Hugo 是世界上最快的静态网站引擎。它是用 Go (即 Golang) 编程语言所写成,由 [bep](https://github.com/bep)、[spf13](https://github.com/spf13) 和[朋友们](https://github.com/gohugoio/hugo/graphs/contributors)共同开发。 20 21 下面是我们说明文档中最常用和实用的章节: