hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

_index.md (733B)

    1 ---
    2 title: 内容管理
    3 linktitle: 内容管理概览
    4 description: Hugo 可以管理大型的静态网站,支持骨架、内容类型、菜单、引用、概要等等。
    5 date: 2018-04-23
    6 publishdate: 2018-04-23
    7 lastmod: 2018-04-23
    8 menu:
    9   docs:
   10     parent: "content-management"
   11     weight: 1
   12 keywords: [source, organization]
   13 categories: [content management]
   14 weight: 01	#rem
   15 draft: false
   16 aliases: [/content/,/content/organization]
   17 toc: false
   18 isCJKLanguage: true
   19 ---
   20 
   21 一个实用的静态网站生成器,需要超越“文件头” (front matter) 和模板的等基本功能,才能兼备可伸缩性和可管理性,满足用户所需。Hugo 不仅是给开发者设计的,也同样适用于内容管理员和写作人员。