# Hugo

[Hugo](https://gohugo.io/)是开源的静态WEB网站生成器，采用Go语言编写，具有极快的生成速度和伸缩性，并且支持大量的theme可以用来构建美观的个人/企业网站：

* 默认采用Markdown语法
* 提供了预制模版来快速实现SEO
* 支持多国语言
* 致辞多种格式导出内容，包括JSON和AMP
* [超过300+ Themes](https://themes.gohugo.io/) - 这可能是你选择Hugo的原因

我选择Hugo是因为观察到 [minikube官方文档](https://minikube.sigs.k8s.io/docs/) 采用了[Hugo](https://gohugo.io/)来实现静态网站，风格简洁美观，可以用来构建个人blog和知识库。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://huataihuang.gitbook.io/cloud-atlas-draft/develop/doc/hugo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
