Skip to content

Files

Latest commit

c1b9931 · Jan 6, 2016

History

History
This branch is 14 commits ahead of, 293 commits behind getpelican/pelican-plugins:master.

members

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 6, 2016
Dec 28, 2015
Dec 28, 2015

Members

This plugin looks for a members metadata header containing key/value pairs and makes them available for use in templates.

The first line of this metadata defines each key, and the following line should contain corresponding values for each member.

The keys must be in the same first line as the members metadata header, and the next line containing the corresponding values must have an identation before it.

Example for reStructuredText:

:members: name, email, twitter, github, site_nome, site_href
    Danilo Shiga, [email protected], @daneoshiga, daneoshiga, Danilo Shiga, http://daniloshiga.com

Example for Markdown:

members: name, email, twitter, github, site_nome, site_href
    Danilo Shiga, [email protected], @daneoshiga, daneoshiga, Danilo Shiga, http://daniloshiga.com