1.1 KiB
1.1 KiB
title, abbrlink, summary
| title | abbrlink | summary |
|---|---|---|
| Hello World | 4a17b156 | AI总结,这篇文章是关于Hexo的入门指南,介绍了如何创建新帖子、运行服务器、生成静态文件以及部署到远程站点。文章提供了详细的命令和相应的信息链接,帮助用户快速开始使用Hexo进行博客创作。 |
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
$ hexo new "My New Post"
More info: Writing
Run server
$ hexo server
More info: Server
Generate static files
$ hexo generate
More info: Generating
Deploy to remote sites
$ hexo deploy
More info: Deployment