mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
b9bd35d72e
git-subtree-dir: docs git-subtree-split: fdea5430f89dfd849d39212abdf5ace0a4763e5a
21 lines
733 B
Markdown
21 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 不仅是给开发者设计的,也同样适用于内容管理员和写作人员。
|