Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Installation

Ruipeng Zhang edited this page Jan 23, 2019 · 4 revisions
  1. Go to your blog's root folder and clone Hueman into themes/hueman:
$ git clone https://github.com/ppoffice/hexo-theme-hueman.git themes/hueman
  1. Edit your blog's _config.yml, change the theme field to hueman to enable this theme:
theme: hueman
  1. Rename _config.yml.example in the theme folder to _config.yml. If you need to upload the _config.yml to your git repository, please remove _config.yml from the .gitignore file.

  2. (Optional) Don't forget to checkout the latest version once in a while:

$ cd themes/hueman
$ git pull
  1. (Optional) To enable Insight Search as your default search engine, you should also install hexo-generator-json-content from npm.
$ npm install -S hexo-generator-json-content
Clone this wiki locally