tufu9441 / maupassant-hexo

A simple Hexo theme forked from icylogic.
https://www.haomwei.com
MIT License
2.63k stars 669 forks source link

请问首页的about界面如何设置? #525

Closed TheLittleJimmy closed 2 years ago

TheLittleJimmy commented 2 years ago

我是hexo小白,感谢作者的精美模板!请问我该如何设置首页的about me呢,在帮助文档没找到。

0x2CA commented 2 years ago

你在主题配置,菜单选项加入关于就好。 类似:

menu:
  - page: home
    directory: .
    icon: fa-home
  - page: archive
    directory: archives/
    icon: fa-archive
  - page: about
    directory: about/
    icon: fa-user
TheLittleJimmy commented 2 years ago

你在主题配置,菜单选项加入关于就好。 类似:

menu:
  - page: home
    directory: .
    icon: fa-home
  - page: archive
    directory: archives/
    icon: fa-archive
  - page: about
    directory: about/
    icon: fa-user

我用hexo的new page命令解决了。十分感谢!

0x2CA commented 2 years ago

当然你是需要对应的makedown页面,不传我这里填写的路径,那么你需要source/about/新建一个index.md书写你的关于页面