Hello World

发布于 2023-01-01 00:00 95 字 1 min read

这是一篇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

$ 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

喜欢的话,留下你的评论吧~