hexo 更换主题

默认主题很丑,那我们别的不做,首先来替换一个好看点的主题。

这是官方主题:https://hexo.io/themes/

我个人想换 “simple99” 这个主题,然后执行命令,下载这个主题

git clone https://github.com/shuxhan/hexo-theme-simple99.git themes/simple99
# themes/simple99 代表clone到themes目录下的simple99目录

修改 _config.yml 中的 theme: landscape 改为 theme: simple99

然后重新执行 hexo g 来重新生成。

如果出现一些莫名其妙的问题,可以先执行hexo clean来清理一下public的内容,

然后再来重新生成和发布

则主题更换成功

img