social_contact

social_contact: # social contact icons in the first screen, you can add more by using fontawesome icon names
  enable: true
  links:
    github:  # your GitHub URL
    instagram: # your Instagram URL
    zhihu:  # your ZhiHu URL
    twitter:  # your twitter URL
    email:  # your email

设置第三方社交链接。

如果要更改图标添加其他第三方链接,例如:添加 Instagram

  1. Font Awesome 搜索 Instagram 图标。

  2. 复制图标名(如上图),添加到主题配置文件 _config.redefine.ymlsocial_contact.links 配置项里面。

social_contact:
enable: true
links:
  instagram: https://www.instagram.com/xxxxxxxx

最后更新于