-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customization of the logo #2
Comments
It would be neat to support the ability to use a custom Image as well as these icons. |
I threw something together here to use an img as the icon instead of FontAwesome icons, if anyone wants to cherry-pick (or improve). https://github.com/carbideband/hugo-theme-dimension/tree/img-icon2 |
I have two issues-- 1. Not able to see plots and images in blog posts and 2. Not able to change logo. Regarding Issue1, I placed images in static folder and tried InsertImage and kintr::include_graphic{"/image.png"} but nothing worked. Please tell me the exact way to show image in .Rmd posts. Regarding Issue2, I wrote following command in "_index.md" file in content folder--- background: images/.jpg
|
@amita4ai As for the logo, you need to look up the appropriate icon set for the icon you want to use on https://fontawesome.com. For example, to use the solid icon set for the eye icon, you would use EDIT: I forgot that the Hope it helps! |
|
I ended up implementing this feature natively in #16, please let me know if that branch works for you here and I'll merge it. Font awesome icons were kinda limiting and hard to use, so I decided to go with images instead. You can still use all of the icons available before by finding them on wikimedia (example here} |
I am going to close this issue since it was addressed in #16 |
How can I replace the "gem" logo by my own image? I have tried parameters like
logo
,logoimage
, but none is working. Is it hard-coded?The text was updated successfully, but these errors were encountered: