请教下如何给 hugo-ivy 主题左侧的导航菜单增加 icon 图标? #1525
Answered
by
chuxinyuan
chuxinyuan
asked this question in
Q&A
-
你好,益辉 我看到 Maëlle Salmon 的个人网站上实现了这个功能,我也看了她网站的源码,我做了以下工作: 修改 config.yamlmenu 下增加 menu:
main:
- name: "首页"
url: "/"
weight: 1
pre: '<i class="fas fa-home"></i>' 修改 head_custom.html在
这两个部分的修改即使换成 Maëlle Salmon 的代码也仍然不工作,不知道问题出在哪里,特来请教,谢谢先! |
Beta Was this translation helpful? Give feedback.
Answered by
chuxinyuan
Oct 10, 2023
Replies: 1 comment 3 replies
-
如其 README 文件所声明,hugo-ivy 主题不在我维护的范围内,任何新功能都只能靠你自己读懂源码之后去添加(或者找别人读懂)。 https://github.com/yihui/hugo-ivy/blob/master/layouts/partials/menu.html#L11 只能帮你到这儿了。 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
感谢百忙中花时间提供指导,精准定位问题,问题基本解决。在此梳理下:
修改 menu.html
打开
/themes/hugo-ivy/layouts/partials/menu.html
文件修改为:
修改 head_custom.html
在
/layouts/partials/head_custom.html
文件中增加如下代码:修改 config.yaml
menu 下增加 一行代码
pre: home