mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
9b0050e9aa
git-subtree-dir: docs git-subtree-split: 5c085a37b297bf12f59efeaae591418ec025c10d
16 lines
603 B
Markdown
16 lines
603 B
Markdown
---
|
|
title: Content management
|
|
linkTitle: Overview
|
|
description: Hugo makes managing large static sites easy with support for archetypes, content types, menus, cross references, summaries, and more.
|
|
categories: []
|
|
keywords: []
|
|
menu:
|
|
docs:
|
|
identifier: content-management-overview
|
|
parent: content-management
|
|
weight: 10
|
|
weight: 10
|
|
aliases: [/content/,/content/organization]
|
|
---
|
|
|
|
A static site generator needs to extend beyond front matter and a couple of templates to be both scalable and *manageable*. Hugo was designed with not only developers in mind, but also content managers and authors.
|