Hexo快速使用指北

本文最后更新于:2022年7月13日 上午

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

可以指定模板

1
2
$ hexo new "My New Post"
$ hexo new post "这是一个新的笔记"

More info: Writing

Run server

1
2
$ hexo server
$ hexo s

More info: Server

Generate static files

1
2
$ hexo generate
$ hexo g

More info: Generating

Deploy to remote sites

1
2
$ hexo deploy
$ hexo d

More info: Deployment

命令可以组合使用

hexo g && hexo d && hexo s


Hexo快速使用指北
https://ash-one.github.io/2020/10/12/hexo-kuai-su-shi-yong-zhi-bei/
作者
灰一
发布于
2020年10月12日
许可协议