新建一个 about 页面:
about
hexo new page "about"
菜单显示 about 链接,在主题的 _configy.yml 设置中将 menu 中 about 前面的注释去掉即可。
_configy.yml
menu
menu: home: / archives: /archives tags: /tags about: /about
There was an error while loading. Please reload this page.