Emacs JP は Emacs と日本語に関わるあらゆるリソースを集約することを目的としたコミュニティサイトです。
% pip install pygments
% git clone [email protected]:emacs-jp/emacs-jp.github.com.git
% cd emacs-jp.github.com
% bundle install
pygments.rbに含まれる mentos.py
が Python3に対応していないので,
python
コマンドが python3である場合, 正しくページを生成できない.
そのため Python2を使うよう切り替えるか, mentos.py
の shebangを
書き換える必要がある.
サーバーを起動し, http://localhost:4000で確認.
ポート番号を変える場合 --port
オプションのあとにポート番号を指定する
% jekyll serve --watch