Create a new post

Hello HomoRix

Ⅰ. How to use the blog ?

  1. Register a github account (https://www.github.com)
  2. Notify the administrator to add your account to the project.
  3. Install git (https://www.jianshu.com/p/7edb6b838a2e)
  4. Open “Terminal”
  5. Enter code one by one :

    1
    2
    3
    git clone https://github.com/homorix/homorix.github.io.git
    cd homorix.github.io
    hexo new post 'title'
  6. Go to hexo/source/_posts floder, find the new file and edit it

  7. Complete to edit the post and push it to github
  8. Enter code one by one :
    1
    2
    3
    hexo clean
    hexo g
    hexo d

Ⅱ. Enjoy it !