新年

又是新年了,希望我的家人,我的亲人在新的一年里健健康康,快快乐乐!
祝愿我自己过得开心。

人生感悟

做每一个事前都要问一下,我得到了什么?
说每一句话前都要停一下,我想表达什么,说这个话有什么意义吗?会不会有人通过这句话来阴我。

hexo and cloudFlare beginner's manual

  1. cd project directory
  2. execute the hexo command “hexo new “<article title>“”
  3. cd “<project path>\source\_posts”,find the md file named in step 2.
  4. use the md file editor edit the md file ,for example typora editor. when edit complete ,save the md file and close the file editor.
  5. in the project director, execute “Hexo clean” command.
  6. then execute “Hexo generate”
  7. execute git command “git add .”
  8. execute git command “git commit -m “<memo>“”
  9. execute git command “git push”