yaoyao-liu / minimal-light

A simple and elegant Jekyll theme for an academic personal homepage
https://minimal-light-theme.yliu.me
Creative Commons Zero v1.0 Universal
605 stars 496 forks source link

Update twitter and google scholar icon? #15

Open binchen19 opened 2 months ago

binchen19 commented 2 months ago

Thank you so much for the amazing work, Yaoyao! I have a small request regarding updating brand icons since Google Scholar and Twitter (now branded as “X”) have changed their icons. I noticed that the author has updated to the newest “X” icon, but I’m struggling to update my code, which is somewhat outdated (forked about 2 years ago). Could you provide some guidance on how to make these updates on personal websites? Any help would be greatly appreciated!

yaoyao-liu commented 2 months ago

Thanks for your interest in my project!

To change the icon of Twitter to X, you may replace the following code: https://github.com/yaoyao-liu/minimal-light/blob/369325a4e359bc8c345d0546ad8cdfe5e9cfb696/_layouts/homepage.html#L87-L91 with

        {% if site.twitter %}
        <a style="margin: 0 0 0 0" href="{{ site.twitter }}">
          <i class="fab fa-x-twitter"></i>
        </a>
        {% endif %}

If you have any further questions, please feel free to send me an email: yyliu@cs.jhu.edu.

Best regards,

Yaoyao