Some links which could help us to create our own site:
How to creat your GitHub Pages
Hexo deployer to your GitHub Pages
Commonly used commands:
Create a new post
1 | hexo new "My New Post" |
More info: New a post and need you to modify the .md file
Clean project
1 | hexo clean |
More info: Clean some files which was generated by the last operate
Generate static files
1 | hexo g |
More info: Generating
Run server
1 | hexo s |
More info: test in local
Deploy to remote sites
1 | hexo d |
Don’t forget to fork your repo after hexo d