Closed Ainali closed 2 years ago
This allows us to in the blog to get more metadata about authors in the feed. (We need to change that csv to yml though).
This change can be tested locally by adding the frontmatter
--- author: Jan Ainali ---
to one file (for example governance.md), then adding a folder named _data and add a file authors.yml in it. That file can have content like this:
_data
authors.yml
Jan Ainali: name: Ainali twitter: Jan_Ainali
When serving the site, and viewing the file the addition was made to, the Author should be shown as "Ainali", not "Jan Ainali".
One can also check another page to make sure Author does not show up.
This allows us to in the blog to get more metadata about authors in the feed. (We need to change that csv to yml though).
This change can be tested locally by adding the frontmatter
to one file (for example governance.md), then adding a folder named
_data
and add a fileauthors.yml
in it. That file can have content like this:When serving the site, and viewing the file the addition was made to, the Author should be shown as "Ainali", not "Jan Ainali".
One can also check another page to make sure Author does not show up.