feat: Support to show the author of the article
This commit is contained in:
parent
d4ba47cd21
commit
332ee3cb2d
7 changed files with 43 additions and 8 deletions
|
@ -88,6 +88,7 @@ locale = "pl-pl"
|
|||
[taxonomies]
|
||||
category = "categories"
|
||||
tag = "tags"
|
||||
author = "authors"
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
|
|
@ -13,6 +13,7 @@ categories = [
|
|||
"themes",
|
||||
"syntax",
|
||||
]
|
||||
authors = ["Mitrichius", "hugo"]
|
||||
aliases = ["migrate-from-jekyl"]
|
||||
favorite = true
|
||||
+++
|
||||
|
|
|
@ -7,6 +7,7 @@ tags = [
|
|||
"markdown",
|
||||
"text",
|
||||
]
|
||||
authors = ["hugo"]
|
||||
+++
|
||||
|
||||
Lorem est tota propiore conpellat pectoribus de
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue