ppoffice / hexo-theme-hueman

A redesign of Alx's wordpress theme Hueman, ported to Hexo.
http://ppoffice.github.io/hexo-theme-hueman/
GNU General Public License v2.0
1.17k stars 335 forks source link

about the menu bar #227

Closed smartzer closed 6 years ago

smartzer commented 6 years ago

I created my own configuration file(_config.yml) and configure the menu just like this :

menu:
    Home: /hexo-theme-hueman/
    Life: https://github.com/smartzer
    Code: /code
    City: /city

but when i use hexo clean,hexo g s, I got the home page is like this:

1

I don't konw where the index prefix in front of my menus.... I thought maybe some themes conflict ,but when i delete the other themes ,it seems not worked.

Thank you for solving my problem! sincerely!

ppoffice commented 6 years ago

214

smartzer commented 6 years ago

thank you , i will close this issue