Want to start a new blog to record my technology and investing related journals. I have searched online and found more and more people begin using github.io to write blogs, and I want to try it too.
Here are several important commands I will use regularyly:
Create a new post
hexo new ‘post title’
Generate static files
hexo generate
Deploy to github
hexo deploy
Run the local server to test pages
hexo server
For details, please reference the first post whose title is ‘Hexo reference guide’.