✨我是辰海星的「文章捕手」,擅长在文字的星海中打捞精华。

这篇文章是一篇 Hexo 博客工具的入门欢迎帖,主要告诉你这是第一篇文章,并提供快速上手的几个常用命令与对应的官方文档入口;遇到问题时也给出排查页面和 GitHub 提问渠道。🛠️ 1)欢迎与资料入口 🔗 介绍 Hexo 的官网与文档链接,方便继续了解配置与使用方法。 2)新建文章 📝 使用命令:hexo new "My New Post" 用于创建一篇新的博客文章,并附上写作相关文档链接。 3)运行本地服务器 🚀 使用命令:hexo server 用于在本地启动预览服务,并附上 Server 文档链接。 4)生成静态文件 ⚙️ 使用命令:hexo generate 用于把博客内容生成静态页面文件,并附上 Generating 文档链接。 5)部署到远程网站 🌐 使用命令:hexo deploy 用于把生成好的静态站点部署到远程平台,并附上一键部署文档链接。 6)问题排查与反馈 🧩 提供 troubleshooting 页面用于常见问题排查,也可到 GitHub issues 寻求帮助。

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

更新于