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

Custom Icon Pack #1016

Closed SpencerCBrown closed 5 years ago

SpencerCBrown commented 5 years ago

I am trying to add a custom icon pack: http://fizzed.com/oss/font-mfizz . It is already hosted at the same cdnjs as academicons: https://cdnjs.com/libraries/font-mfizz . I can see I need to add it to ./themes/academic/layouts/partials/header.html and ./themes/academic/data/fonts/assets.toml . But I can't see how/where to add it as an icon "pack" to allow referencing it from markdown. Would appreciate any assistance, thanks.

gcushen commented 5 years ago

That library is unsupported and would be incompatible with Academic's icon pack system as it does not adhere to Font Awesome's icon naming standard.

You could use it in content body without modifying Academic, by pasting their HTML snippets in the body of Markdown files. For closer integration, Academic is open source and can be modified to your requirements. See forums for help.