Closed k1lgor closed 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.
I see, now it is all good, but I think this icon_pack: custom
could be mentioned in the docs as well.
Preliminary Checks
Description
I want to add a custom svg as written on the docs.
After adding it to the specified folder it does not appear on the website.
Reproduction Link
https://github.com/k1lgor/hugo-portfolio
Steps to Reproduce
assets/media/icons/
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