hexo主题应用
Posted 静Yu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hexo主题应用相关的知识,希望对你有一定的参考价值。
可以在hexo主题官网自己选择,官网网址:主题,选择哪个全凭自己的喜好。
我选择的一个主题是stun,官网效果图
安装主题stun
git clone https://github.com/liuyib/hexo-theme-stun.git themes/stun
安装依赖
git clone -b dist https://github.com/liuyib/hexo-theme-stun.git themes/stun
以上是关于hexo主题应用的主要内容,如果未能解决你的问题,请参考以下文章
《Hexo: 从零开始编写自己的主题》2. 入门Hexo主题编写