This Blog System is built with Hexo. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask the author on GitHub. Quick StartInit Repo1234git clone git@github.com:lu-com/lu-com.github.io.gitcd lu-com.github.ionpm install -g hexo-clinpm install Create a new post1hexo new "My New Post" More info: Writing Run server1hexo server More info: Server Generate static files1hexo generate More info: Generating Deploy to remote sites1hexo deploy Push your source code1234git add .git commit -m "commit blogs"git pull --rebasegit push origin hexo More info: Deployment