wangchucheng / hugo-eureka

Eureka is a feature-rich and highly customizable Hugo theme.
https://www.wangchucheng.com/en/docs/hugo-eureka/
Apache License 2.0
920 stars 192 forks source link

Support additional icon e.g. academicons #213

Open chenhao-ye opened 1 year ago

chenhao-ye commented 1 year ago

Is your feature request related to a problem? Please describe.

I would like to use a Google Scholar icon (which I believe is very commonly used by people in academia), but it is not available on Font Awesome 5. Acadenicons has provided such icons but I fail to use them. The code below does not show the icon.

# about.md
social:
  - icon: google-scholar
    iconPack: ai
    url: https://scholar.google.com/citations?user=XXXXXX

Describe the solution you'd like

I wonder if there is any existing solution to use acadenicons? If there is, that would be great! Otherwise, is it possible to support customized icons features?