Each page use YAML format metadata like:
--- title: "Meta Data" date: 2013-10-12 00:00 ---
Predefined meta data:
Meta | Description | Other |
---|---|---|
title |
The title of current wiki page | Required |
date |
The date time of wiki page creation, with format YYYY-mm-dd HH:MM |
Required |
updated |
The last modified date time of wiki page, with format YYYY-mm-dd HH:MM |
Optional |
layout |
Specify the layout template to use, the same name with template under used theme | Default is page |
collection |
The collection of page. More details view Collection/Tag. | Optional |
tag |
The tag of page, comma separated string or list. More details view Collection/Tag. | Optional |
draft |
Boolean value, if this page is draft and do not want to generate html page, set true . Default is false |
Default is false |
render |
Boolean value, if do not want to parse this page with markup, set false . Default is true |
Default is false |