mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			707 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			707 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
---
 | 
						|
title: Content Management
 | 
						|
linktitle: Content Management Overview
 | 
						|
description: Hugo makes managing large static sites easy with support for archetypes, content types, menus, cross references, summaries, and more.
 | 
						|
date: 2017-02-01
 | 
						|
publishdate: 2017-02-01
 | 
						|
lastmod: 2017-02-01
 | 
						|
menu:
 | 
						|
  docs:
 | 
						|
    parent: "content-management"
 | 
						|
    weight: 1
 | 
						|
keywords: [source, organization]
 | 
						|
categories: [content management]
 | 
						|
weight: 01	#rem
 | 
						|
draft: false
 | 
						|
aliases: [/content/,/content/organization]
 | 
						|
toc: false
 | 
						|
---
 | 
						|
 | 
						|
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.
 |