Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 341 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 341 Bytes

myblog

github pages を利用して公開しています https://blog.kmdkuk.com/

自分用

新しい記事

bundle exec jekyll post "<記事タイトル>"

新しい drafts

bundle exec jekyll draft "<記事タイトル>"

drafts を公開

bundle exec jekyll publish "DRAFT_PATH"