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.36k stars 2.9k forks source link

Custom svg is not visible on the website #3029

Closed k1lgor closed 11 months ago

k1lgor commented 11 months ago

Preliminary Checks

Description

I want to add a custom svg as written on the docs. image

After adding it to the specified folder it does not appear on the website. image

Reproduction Link

https://github.com/k1lgor/hugo-portfolio

Steps to Reproduce

  1. add custom svg to assets/media/icons/
  2. write the info image

Expected Result

The custom svg should be visible on the website.

Actual Result

The custom svg is not visible on the website.

What Hugo Module versions does your site use?

module github.com/wowchemy/starter-hugo-academic

go 1.15

require ( github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.0.0 // indirect github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20230420205746-951c7b6f709d )

What operating system(s) are you seeing the problem on?

Windows

What browser(s) are you seeing the problem on?

Other

Which Wowchemy template are you using?

Academic CV

What version of Hugo are you using?

hugo v0.120.4

gcushen commented 11 months ago

For the Bootstrap variant of Hugo Blox, the default icon pack is Font Awesome, so unless you specify icon_pack: custom below your icon: django, it will try to load the icon from Font Awesome.

k1lgor commented 11 months ago

I see, now it is all good, but I think this icon_pack: custom could be mentioned in the docs as well.