Skip to content

Instantly share code, notes, and snippets.

@YimianDai
Created July 30, 2019 23:20
Show Gist options
  • Save YimianDai/d1bec8d8c6e0574a2c05724fdca7e90e to your computer and use it in GitHub Desktop.
Save YimianDai/d1bec8d8c6e0574a2c05724fdca7e90e to your computer and use it in GitHub Desktop.
Hexo Next 主题

Hexo Next

安装 Next 主题

$ cd your-hexo-site
$ git clone https://github.com/theme-next/hexo-theme-next themes/next

启用主题

打开 站点配置文件, 找到 theme 字段,并将其值更改为 next

theme: next

选择 Scheme

打开 主题配置文件搜索 scheme 关键字。 你会看到有三行 scheme 的配置,将你需用启用的 scheme 前面注释 # 去除即可。

#scheme: Muse
#scheme: Mist
scheme: Pisces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment