mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
22 lines
733 B
Markdown
22 lines
733 B
Markdown
|
---
|
|||
|
title: 内容管理
|
|||
|
linktitle: 内容管理概览
|
|||
|
description: Hugo 可以管理大型的静态网站,支持骨架、内容类型、菜单、引用、概要等等。
|
|||
|
date: 2018-04-23
|
|||
|
publishdate: 2018-04-23
|
|||
|
lastmod: 2018-04-23
|
|||
|
menu:
|
|||
|
docs:
|
|||
|
parent: "content-management"
|
|||
|
weight: 1
|
|||
|
keywords: [source, organization]
|
|||
|
categories: [content management]
|
|||
|
weight: 01 #rem
|
|||
|
draft: false
|
|||
|
aliases: [/content/,/content/organization]
|
|||
|
toc: false
|
|||
|
isCJKLanguage: true
|
|||
|
---
|
|||
|
|
|||
|
一个实用的静态网站生成器,需要超越“文件头” (front matter) 和模板的等基本功能,才能兼备可伸缩性和可管理性,满足用户所需。Hugo 不仅是给开发者设计的,也同样适用于内容管理员和写作人员。
|