HugoBlox / hugo-blox-builder

🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科学家和开发者的简单快速无代码网站构建器。用拖放功能、可定制模板和内置SEO工具快速创建精美网站!
https://hugoblox.com/templates/
MIT License
8.1k stars 2.89k forks source link

Academic Icons are not displayed #1821

Closed ivantishchenko closed 4 years ago

ivantishchenko commented 4 years ago

I forked the recent version of academic-kickstart

For some reason Academic Icons are not displayed.

I observed the same behaviour at https://academic-demo.netlify.app/. The google scholar icon is missing image

My _index.md is the following:

social:
- icon: envelope
  icon_pack: fas
  link: 
- icon: github
  icon_pack: fab
  link: 
- icon: twitter
  icon_pack: fab
  link: 
- icon: google-scholar
  icon_pack: ai
  link: 
gcushen commented 4 years ago

We disabled Academicons icon pack in the demo to increase performance. Thanks for spotting that there is still an icon from that pack being used in the demo. We'll either choose a difference icon or re-enable Academicons in the demo.

Also, see https://github.com/sourcethemes/academic-kickstart/issues/113

ivantishchenko commented 4 years ago

@gcushen thank you for a reply! I see