My New Post
測試網頁兼指令紀錄
My New Post
指令
一直記不起來指令
jekyll-chirpy網站
1
bundle exec jekyll s
new draft
1
bundle exec jekyll draft "My new draft"
rename
1
2
bundle exec jekyll rename _drafts/my-new-draft.md "My Renamed Draft"
public draft
1
bundle exec jekyll publish _drafts/my-new-draft.md
rename post
1
bundle exec jekyll rename _posts/2014-01-24-my-new-draft.md "My New Post"
刪除husky
1
npm uninstall husky && git config --unset core.hooksPath
1
rm -f .git/hooks/husky
本文章以 CC BY-NC-ND 4.0 授權