首页 > 其他分享 >Hexo系列(三):Hexo主题

Hexo系列(三):Hexo主题

时间:2022-12-02 23:03:41浏览次数:53  
标签:redefine 系列 Hexo hexo 主题 theme https

作者:独笔孤行

官网:​​ ​​http://anyamaze.com​

公众号:云实战


Hexo支持更换主题,支持多种主题模式,也支持自定义主题。

Hexo主题地址1:​​https://hexo.io/themes/​

Hexo主题地址2:​​https://github.com/theme-next/​

以上两个地址是Hexo主题的常用地址,包含各种主题样式,可根据需要自行选择。

如下以myhexo为例,演示主题更换方式

1.进入myhexo主题目录,将新的主题hexo-theme-redefine下载到主题目录

cd myhexo/themes/
git clone https://github.com/EvanNotFound/hexo-theme-redefine

2.编辑hexo的配置文件_config.yml,选择新的主题

cd ..

vim _config.yml
...
theme: hexo-theme-redefine
...

更改theme内容,选择新的主题名称hexo-theme-redefine。完成后保存退出。

Hexo系列(三):Hexo主题_Hexo

注意:theme:和hexo-theme-redefine中间有空格

重启启动hexo

hexo server

启动成功后,查看新的主题

Hexo系列(三):Hexo主题_Hexo_02

更多咨询,关注我们

Hexo系列(三):Hexo主题_技术博客_03


标签:redefine,系列,Hexo,hexo,主题,theme,https
From: https://blog.51cto.com/u_9099998/5907690

相关文章