Skip to content

How do I add custom social links in chirpy? #2172

Answered by iSpeakNerd
iSpeakNerd asked this question in Q&A
Discussion options

You must be logged in to vote

what finally worked for me:

  1. follow steps to create custom icons as fonts from #1763 (comment)
  2. overwrite default chirpy theme css file with appended css from icomoon solution, inspired by coats #2158 (comment)
---
---

@use 'main
{%- if jekyll.environment == 'production' -%}
  .bundle
{%- endif -%}
';

/* append your custom style below */

@font-face {
  font-family: 'icomoon';
  src: url('/assets/fonts/icomoon.eot?weotyf');
  src: url('/assets/fonts/icomoon.eot?weotyf#iefix') format('embedded-opentype'),
    url('/assets/fonts/icomoon.ttf?weotyf') format('truetype'),
    url('/assets/fonts/icomoon.woff?weotyf') format('woff'),
    url('/assets/fonts/icomoon.svg?weotyf#icomoon') format('svg

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
2 replies
@iSpeakNerd
Comment options

@SoumyaK4
Comment options

Comment options

You must be logged in to vote
6 replies
@SoumyaK4
Comment options

@tis-starlight
Comment options

@iSpeakNerd
Comment options

@iSpeakNerd
Comment options

@tis-starlight
Comment options

Answer selected by iSpeakNerd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants