Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

关于Hexo博客NEXT主题(Gmini)站点图标不显示,显示错误的解决办法

  最近闲着没事自己利用Hexo和Github搭了个博客,但是在NEXT(Gmini)主题优化时,出了很多错误,图标不显示或者显示错误就是其中一个,现在为其写个博客记录解决办法,同时希望帮到屏幕前的你,也希望提醒自己犯过的错别再犯了,插个眼。
##图标显示问号
  解决办法:修改主题配置文件_config.yml下的menu属性中’/‘与’||’中间空格删除。
    /img/tp1.png
##图标不显示
  解决办法:修改主题配置文件_config.yml下的menu属性中‘||’后是图标链接,但是要加入 ‘fa fa-’值,如‘home:/||fa fa-home’
    /img/tp1.png
!!水博客第一天