xianmin / hugo-theme-jane

A readable & concise theme for Hugo, color schemes to choose, easy to personalize. Working well since 2018.
https://xianmin.github.io/hugo-theme-jane/
MIT License
926 stars 287 forks source link

youtube and twitch missing from socials? #313

Closed gilmirmo closed 3 years ago

gilmirmo commented 3 years ago

I'm trying to add youtube and twitch to my socials, but I can't just add it to the config.

how do I do that?

big-mon commented 3 years ago

maybe, needs their logo icon as .svg. If you have icons, I could write code.

like

<svg
  class="icon" style="" viewBox="0 0 1024 1024" version="1.1" width="36"
  height="36" id="svg8">
  <path
      style=""
      d="PATHPATHPATHPATH"
      id="rect824"/>
</svg>
gilmirmo commented 3 years ago

no .svg but youtube offers brand resources and guidelines as .png .eps and .ai

Twitch Brand Resources do have .svg though

big-mon commented 3 years ago

I sent pull request to reviewer. #314 So, you can copy that code or wait merge.

I tried selef check. it's works.

gilmirmo commented 3 years ago

thanks a lot :)