Git命令John Doe2025-10-272025-10-28Welcome 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 postgit启动本地服务1$ hexo cl; hexo s 推送更新上线1$ hexo cl; hexo g; hexo d 新建文章命令1hexo new 这是一篇新的博文 新建标签页命令1hexo new page 新建的标签页 图床网址1https://img.090227.xyz/ 添加任意文件例如当我们想在网站根目录添加ads.txt文件,来通过站长验证时,我们只需要在/source文件夹下放置该文件即可。1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment