hexo and cloudFlare beginner's manual
- cd project directory
- execute the hexo command “hexo new “<article title>“”
- cd “<project path>\source\_posts”,find the md file named in step 2.
- 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.
- in the project director, execute “Hexo clean” command.
- then execute “Hexo generate”
- execute git command “git add .”
- execute git command “git commit -m “<memo>“”
- execute git command “git push”