博客社交分享按钮模块

于博客文章下方显示社交分享按钮。

本页内容

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

参数

params.toml

1[hb]
2  [hb.blog]
3    [hb.blog.social_share_buttons]
4      alignment = 'start'
5      icons = true
6      labels = true
7      media = ['twitter', 'facebook']

params.yaml

1hb:
2  blog:
3    social_share_buttons:
4      alignment: start
5      icons: true
6      labels: true
7      media:
8      - twitter
9      - facebook

params.json

 1{
 2   "hb": {
 3      "blog": {
 4         "social_share_buttons": {
 5            "alignment": "start",
 6            "icons": true,
 7            "labels": true,
 8            "media": [
 9               "twitter",
10               "facebook"
11            ]
12         }
13      }
14   }
15}

详情请参阅参数