安装 NexT
有很多人使用NexT的主题,因为好看而且干净的风格。
如果安装好了Hexo,就可以安装你想要的主题,这种方式非常简单。
在Mac终端窗口下,命令:
cd your-hexo-site #你的文件目录
下载主题
git clone https://github.com/iissnan/hexo-theme-next themes/next
启用主题配置_config.yml文件
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: next
设置语言站点配置
language: zh-Hans
启动服务器
hexo server -d
在谷歌浏览器输入http://localhost:4000
预览NexT主题