forked from deepStateMirrors/tabi
✨ feat: add option to show author in post metadata (#322)
This commit is contained in:
parent
86a4e5f5f4
commit
9d49a65354
24 changed files with 157 additions and 39 deletions
|
@ -132,6 +132,10 @@ copy_button = true
|
|||
# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
|
||||
add_src_to_code_block = false
|
||||
|
||||
# Show the author(s) of a page.
|
||||
# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
|
||||
show_author = false
|
||||
|
||||
# Show the reading time of a page.
|
||||
# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
|
||||
show_reading_time = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue