kinggozhang / hexo-theme-ace

A Hexo Theme:ACE
Apache License 2.0
48 stars 7 forks source link

请问怎么添加菜单导航? #1

Closed abcdexx closed 5 years ago

abcdexx commented 5 years ago

请问怎么添加菜单导航?

kinggozhang commented 5 years ago
hexo new page your_menu

then

cd source/your_menu
vi index.md

add 'menu: true'

---

menu: true

---
abcdexx commented 5 years ago

image 添加菜单后 报错了

kinggozhang commented 5 years ago

先忽略这个exception, 应该不影响功能的。

kinggozhang commented 5 years ago

最新版本支持更便捷的添加导航菜单方法。 可以直接在_config.yml 中修改navmenu数据