summaryrefslogtreecommitdiffstats
path: root/docs/content/en/about/what-is-hugo.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/about/what-is-hugo.md')
-rw-r--r--docs/content/en/about/what-is-hugo.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/content/en/about/what-is-hugo.md b/docs/content/en/about/what-is-hugo.md
index be564233f..e4326d173 100644
--- a/docs/content/en/about/what-is-hugo.md
+++ b/docs/content/en/about/what-is-hugo.md
@@ -1,14 +1,15 @@
---
title: What is Hugo
description: Hugo is a fast and modern static site generator written in Go, and designed to make website creation fun again.
-layout: single
+categories: [about]
+keywords: []
menu:
docs:
parent: about
weight: 20
weight: 20
-aliases: [/overview/introduction/,/about/why-i-built-hugo/]
toc: true
+aliases: [/overview/introduction/,/about/why-i-built-hugo/]
---
Hugo is a general-purpose website framework. Technically speaking, Hugo is a [static site generator]. Unlike systems that dynamically build a page with each visitor request, Hugo builds pages when you create or update your content. Since websites are viewed far more often than they are edited, Hugo is designed to provide an optimal viewing experience for your website's end users and an ideal writing experience for website authors.