使い方
# 作成
jekyll build
# jekyllサーバ 更新監視
jekyll server -w
_config.ymlにこう書く
GFM対応
name: Your New Jekyll Site
markdown: redcarpet
pygments: true
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "strikethrough"]