# 新建文章

hexo new '文章名字'

# 文章配置

title: hexo使用指南
date: 2024-01-30 01:20:49
tags:
  - 配置
categories:
  - hexo
  - 配置

# 部署

hexo d

# 本地启动

hexo s