avatar

目錄
常用的 Hexo Git 指令

bash
hexo clean   # cleans the cache file (db.json) and generated files (public)
hexo g # 【generate】generate static files
hexo s # 【server】starts a local server
hexo d # 【deploy】deplay to github
hexo g -d # deploy after generation finishes
hexo g -d -m "message"
hexo new <post-title> # create new post
hexo new page <page-title> # create new page

如果您喜歡我的文章,歡迎幫我在下面按5下讚!感謝您的鼓勵和支持!

文章作者: ouoholly
文章鏈接: https://ouoholly.github.io/post/gitbash-common-hexo-command/
版權聲明: 本博客所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。歡迎「部份引用」與介紹(如要全文轉貼請先留言詢問),轉載引用請註明來源 ouoholly 的倉庫,謝謝!

評論