mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
List reserved metadata keywords
Addresses https://github.com/getpelican/pelican/issues/2279
This commit is contained in:
parent
04b0cfe50c
commit
3f8af1ab76
1 changed files with 13 additions and 0 deletions
|
|
@ -70,6 +70,19 @@ Metadata syntax for Markdown posts should follow this pattern::
|
|||
|
||||
This is the content of my super blog post.
|
||||
|
||||
You can also have your own metadata keys (so long as they don't conflict with reserved metadata keywords) for use in your python templates. The following is the list of reserved metadata keywords:
|
||||
|
||||
* `Title`
|
||||
* `Tags`
|
||||
* `Date`
|
||||
* `Modified`
|
||||
* `Status`
|
||||
* `Category`
|
||||
* `Author`
|
||||
* `Authors`
|
||||
* `Slug`
|
||||
* `Summary`
|
||||
|
||||
Readers for additional formats (such as AsciiDoc_) are available via plugins.
|
||||
Refer to `pelican-plugins`_ repository for those.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue