博客文章作者模塊

此模塊於內容上方或下方顯示文章作者信息。

Modulegithub.com/hbstack/blog/modules/post-authors
Repository⭐ Please consider giving a star if your like it.
Stars
Version
Used by
Requirements
License
UsageSee how to use modules.

HB blog post authors module example
文章作者示例

站點參數

hb.blog.post_authors.position

名稱上下文類型必填默認值版本
hb.blog.post_authors.position-string-top-

放置作者信息的位置。

可選項:top, bottom

站點參數示例

params.toml

1[hb]
2  [hb.blog]
3    [hb.blog.post_authors]
4      position = 'top'

params.yaml

1hb:
2  blog:
3    post_authors:
4      position: top

params.json

1{
2   "hb": {
3      "blog": {
4         "post_authors": {
5            "position": "top"
6         }
7      }
8   }
9}
razonyang
2024年7月8日 星期一 2024年4月27日 星期六