Files
notes_estom/blog/hexo/hexo.sh
2023-12-23 15:41:05 +08:00

5 lines
260 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
//hexo deploy a blog
1、hexo clean清空public目录
2、hexo generate把Markdown源文件渲染成HTML输出到public目录
3、hexo server可以在本地启动静态文件服务器预览网站效果
4、hexo deploy把public目录中的文件push到Github