Hello hexo github 2021-09-16 hexo 0 评论 Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server123$ hexo server //or$ hexo s More info: Server Generate static files123$ hexo generate//or$ hexo g More info: Generating Deploy to remote sites123$ hexo deploy//or$ hexo d More info: Deployment config local git123git config –global user.name yournamegit config –global user.email youremail generated your login secrtkey1Ssh-keygen -t rsa -C yourname@mail.com