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'.

迈向世界的第一步

迈向世界的第一步

使用Hexo! 非常棒.
查看 documentation 获取更多信息.
使用过程中遇到问题,请查看troubleshooting 得到帮助或者上GitHub提问.

开始吧

  • 安装: npm install hexo-cli -g
  • 初始化: hexo init
  • 安装组件: npm install (自动完成)
  • 安装主题: git clone themes/
  • 配置: _config.yml
  • 生成: hexo g
  • 本地部署: hexo s
Your browser is out-of-date!

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

×