hexo 修改导航栏,链接到其他网页

看了眼官方文档也没仔细写,其他博客都是写怎么魔改
只能自己写下了

在config文件中,比如我的_config.butterfly.yml

1
2
3
4
5
6
7
8
# Menu 目錄
menu:
Home: / || fas fa-home
自定义的栏: http://你想链接的网址/ || fas fa-envelope #后面是你设置的icon
自定义子栏目: { path: /about ,submenus: {
统计: { path: /analytics },
监控: { path: https://monitor.example.com }
} }