forked from varia/varia.website
many many many Varia's websites, work in progress: https://many.vvvvvvaria.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
837 B
23 lines
837 B
7 years ago
|
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, daniloshiga@gmail.com, @daneoshiga, daneoshiga, Danilo Shiga, http://daniloshiga.com
|
||
|
|
||
|
Example for Markdown::
|
||
|
|
||
|
members: name, email, twitter, github, site_nome, site_href
|
||
|
Danilo Shiga, daniloshiga@gmail.com, @daneoshiga, daneoshiga, Danilo Shiga, http://daniloshiga.com
|