Welcome to use Anatolo. This tutorial will teach you all of Anatolo’s configurable items.
Install, configure and update
Download theme asserts By Github
Enter your root path of Hexo blog:
1 | git clone https://gitee.com/Lhcfl/hexo-theme-anatolo.git themes/Anatolo |
Install dependencies
1 | npm install hexo-renderer-pug --save |
Configure
Copy _config.example.yml
in themes/Anatolo
to _config.yml
Modify _config.yml
in the hexo root directory: theme: Anatolo
Upgrade
In the Anatolo root directory:
1 | git pull origin master |
Detailed explanation of configuration files
Todo…