226 B
226 B
title, date, author
| title | date | author |
|---|---|---|
| Hexo | 2022-11-18 10:30:31 | 文永达 |
Hexo
启动本地开发服务器
hexo server
# or
hexo s
清空本地缓存
hexo clean
发布到Git上
hexo g -d
| title | date | author |
|---|---|---|
| Hexo | 2022-11-18 10:30:31 | 文永达 |
启动本地开发服务器
hexo server
# or
hexo s
清空本地缓存
hexo clean
发布到Git上
hexo g -d