icarus主题的使用

icarus主题的使用

初始化

1
2
3
$ hexo init <folder>
$ cd <folder>
$ npm install

安装主题

1
2
3
4
5
6
7
8
9
10
11
12
13
14
$ git clone https://github.com/ppoffice/hexo-theme-icarus.git themes/icarus
Rename
'themes\icarus\_config.yml.example'
to
'themes\icarus\_config.yml' ;
Copy
'themes\icarus\_config.yml.site.example'
to
your hexo blog's root directory and rename it
to '_config.yml' ;
Then modify
'theme'
setting in '_config.yml'
to 'icarus'.
Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×