How to build this web
This web is building by Hexo and Icarus.
Install Node.js
- for linux reference this
- for windows through nvs or nvm
- for mac through Homebrew or MacPorts
Install Hexo (require Node.js)
1 | npm install -g hexo-cli |
Create your site
1 | hexo init <folder> |
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
How to build this web