于文档正文下方显示社交分享按钮。
成为我们的资助者或赞助商,以支持我们的工作。
Module | github.com/hbstack/docs/modules/social-share-buttons |
---|---|
Repository | ⭐ Please consider giving a star if your like it. |
Stars | |
Version | |
Used by | |
Requirements | |
License | |
Usage | See how to use modules. |
params.toml
1[hb]
2 [hb.docs]
3 [hb.docs.social_share_buttons]
4 alignment = 'start'
5 icons = true
6 labels = true
7 media = ['twitter', 'facebook']
params.yaml
1hb:
2 docs:
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 "docs": {
4 "social_share_buttons": {
5 "alignment": "start",
6 "icons": true,
7 "labels": true,
8 "media": [
9 "twitter",
10 "facebook"
11 ]
12 }
13 }
14 }
15}
详情请参阅参数。