Hexo

1.1 Apply Github Account

Git

  • Create a repositories named your_username.github.io
  • set your github like page
  • download a theme which you like or you can custome by yourself
1.2 Install Nodejs & Npm

Nodejs

1.3 Install Hexo
1
2
3
npm install -g hexo
hexo init
npm install hexo-deployer-git --save

1.4 Apply Domain with CNAME

Hexo Client

Hexo Client Github

1
2
3
4
5
6
7
git clone https://github.com/gaoyoubo/hexo-client/releases
# install dependencies
npm install
# dev
npm run electron:serve
# build electron application for production
npm run electron:build