2022-11-22 17:24:49 +08:00

535 B
Raw Blame History

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

只构建

hexo g

将安装的主题推送到Git上

因为主题也是一个git项目需要先把.git剪切到任意位置

.git文件夹在 themes/butterfly目录下,是一个隐藏文件夹

git rm --cache themes/butterfly
git status
git add themes/butterfly