頁尾社交鏈接

本頁內容

該模塊於頁尾生成和顯示社交鏈接。

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

站點參數

ParameterTypeDefaultDescription
socialsobject-社交媒體映射到用戶標識

hugo.toml

1[params]
2  [params.hb]
3    [params.hb.footer]
4      [params.hb.footer.socials]
5        _color = false
6        github = 'hbstack'
7        gmail = 'mailto:[email protected]'
8        twitter = 'razonyang'

hugo.yaml

1params:
2  hb:
3    footer:
4      socials:
5        _color: false
6        github: hbstack
7        gmail: mailto:[email protected]
8        twitter: razonyang

hugo.json

 1{
 2   "params": {
 3      "hb": {
 4         "footer": {
 5            "socials": {
 6               "_color": false,
 7               "github": "hbstack",
 8               "gmail": "mailto:[email protected]",
 9               "twitter": "razonyang"
10            }
11         }
12      }
13   }
14}

_color 設置爲 false 以禁用彩色圖標。

razonyang
2024年7月26日 星期五 2023年2月17日 星期五