使用Hexo 搭建博客的第一篇文章

本文最后更新于:7 个月前

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

创建一个新的文件夹

1
hexo new page links   >> 这会创建一个links 的文件夹,文件夹下面创建一个index.md

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server  

或者

1
2
$ hexo s

More info: Server

Generate static files

1
$ hexo generate  

或者

1
2
$ hexo g

More info: Generating

Deploy to remote sites

1
$ hexo deploy

或者

1
2
$ hexo d

More info: Deployment


使用Hexo 搭建博客的第一篇文章
http://example.com/2022/06/26/hello-world/
作者
Ray
发布于
2022年6月26日星期日晚上10点19分
更新于
2022年6月26日星期日晚上10点23分
许可协议