效果
1、hexo目录下打开Git Bash Here
hexo new page "about"
执行成功后/Hexo/source/目录下新增了一个about文件夹,里面有一个index.md
打开index.md
可以在里面写关于作者的东西。(index.md里的title是可以改的)
2、左侧导航栏显示about
修改所用主题目录(/next/_config.yml)下的_config.yml文件,将menu中about前的注释去掉。
menu:
home: / || home
top: /top/ || signal
about: /about/ || user
tags: /tags/ || tags
categories: /categories/ || th
archives: /archives/ || archive
/next/languages/zh-Hans.yml文件打开后可以修改左侧显示的中文文字,如果你的网站是英文则在/next/languagesen.yml中修改