How to build this web

This web is building by Hexo and Icarus.

Install Node.js

Install Hexo (require Node.js)

1
npm install -g hexo-cli

Create your site

1
2
3
4
5
6
hexo init <folder> 
cd <folder>
npm install
npm install -S hexo-theme-icarus hexo-renderer-inferno # install icarus
hexo config theme icarus # use theme icarus
hexo server # start server at localhost

Tips about Hexo or Icarus

  • Add read more to your blogs : just add <!-- more --> in your md at proper position.
  • To search icons to use, visit here

Reference

Author

TianYu GUO

Posted on

2023-03-20

Updated on

2024-04-25

Licensed under

Comments