🇨🇦
hexo-theme-redefine
BlogGithub
English
English
  • Project Description
  • Get Started
    • Installation
    • Update
    • Usage
  • Configuration
    • Create a theme config file
    • base_info
    • style
      • primary_color
      • avatar
      • favicon
      • article_img_align
      • left_side_width
      • content_max_width
      • nav_color
      • hover
      • first_screen
      • scroll
    • social_contact
    • menu
    • home_article
    • post
      • word_count
      • author_label
    • toc
    • copyright_info
    • website_count
    • local_search
    • comment
      • use
      • Waline
      • Gitalk
      • Twikoo
    • rss
    • lazyload
    • cdn
    • pjax
    • footer
  • Advanced
    • Create a page
    • Note modules
    • Article top
    • Mathematical formula
    • Friendship style
    • file comparison
    • Resource compression
Powered by GitBook
On this page
  1. Configuration

social_contact

PreviousscrollNextmenu

Last updated 2 years ago

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: #yourtwitter URL
    email: # your email

Set up third-party social links.

social_contact only works when first screen is enabled

Screen Shot 2022-10-01 at 10.09.39 PM

If you want to change the icon or add another 3rd party link, eg: add Instagram

  1. Copy the icon name (as shown above) and add it to the social_contact.links configuration item in the theme configuration file _config.redefine.yml.

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

Search for Instagram icons at .

Font Awesome
image