Files
tldr/pages.zh/common/hexo.md

28 lines
425 B
Markdown
Raw Permalink 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
> 一个快速、简单且强大的博客框架。
> 更多信息:<https://hexo.io/>
- 初始化一个网站:
`hexo init {{路径/到/目录}}`
- 创建一篇新文章:
`hexo new {{布局}} {{标题}}`
- 生成静态文件:
`hexo generate`
- 启动本地服务器:
`hexo server`
- 部署网站:
`hexo deploy`
- 清理缓存文件(`db.json`)和生成的文件(`public/`
`hexo clean`