这篇文章是Hexo博客平台的首次发布,提供了关于如何使用Hexo的简要介绍和快速入门指南。文章包含创建新文章、运行服务器、生成静态文件以及部署到远程站点的基本命令,同时提供了相关文档链接供用户获取更多信息。用户若在使用过程中遇到问题,可以参考故障排除指南或在GitHub上寻求帮助。

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 Start

# Create a new post

h
$ hexo new "My New Post"

More info: Writing

# Run server

h
$ hexo server

More info: Server

# Generate static files

h
$ hexo generate

More info: Generating

# Deploy to remote sites

h
$ hexo deploy

More info: Deployment