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.11k stars 2.89k forks source link

Publons icon doesn't show up on about page #197

Closed adrianadermon closed 7 years ago

adrianadermon commented 7 years ago

I am adding links to my social media accounts to the about page by editing the config.toml file. Everything works great, except that my Publons link does not show up. The Academicons website lists a Publons icon, so I assume that it should work.

I've added the following code:

  [[params.social]]
    icon = "publons"
    icon_pack = "ai"
    link = "//publons.com/author/xxxx"
HughP commented 7 years ago

I thought that it was only Font Awesome that was included by default.

adrianadermon commented 7 years ago

No - Google Scholar, ORCiD, and Research Gate icons from Academicons all work out of the box.

HughP commented 7 years ago

I looked into this a bit more and wow what a feature. :+1:

HughP commented 7 years ago

@adrianadermon I verified your problem. Then I fixed it locally. Here is what I have: It seems that the version of "ai" included with Academic was downloaded on April 28th. The current version of "AI" is 1.8.0 https://github.com/jpswalsh/academicons/releases. and was released about may 14th. So a simple update of the needed files should be all that is needed to make you font icons show up.

Here is what I replaced: all 4 font files, 1 CSS file. if you need any more help let me know.

gcushen commented 7 years ago

@HughP thanks for spotting this - update 579b431 uses the latest version (v1.8.0) of Academicons

adrianadermon commented 7 years ago

Works perfectly now - thank you both!