Hello HomoRix
Ⅰ. How to use the blog ?
- Register a github account (https://www.github.com)
- Notify the administrator to add your account to the project.
- Install git (https://www.jianshu.com/p/7edb6b838a2e)
- Open “Terminal”
Enter code one by one :
1
2
3git clone https://github.com/homorix/homorix.github.io.git
cd homorix.github.io
hexo new post 'title'Go to hexo/source/_posts floder, find the new file and edit it
- Complete to edit the post and push it to github
- Enter code one by one :
1
2
3hexo clean
hexo g
hexo d