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”