Skip to content

crazymaster/emacs-jp.github.com

 
 

Repository files navigation

Emacs User JP

このサイトについて

Emacs User JP は Emacs と日本語に関わるあらゆるリソースを集約することを目的としたコミュニティサイトです。

http://emacs-jp.github.io/

ページ作成者向け情報

準備

Python関連

% pip install pygments

Ruby関連

% git clone git@github.com:emacs-jp/emacs-jp.github.com.git
% cd emacs-jp.github.com
% bundle install

Python3を利用する場合

pygments.rbに含まれる mentos.pyが Python3に対応していないので, pythonコマンドが python3である場合, 正しくページを生成できない. そのため Python2を使うよう切り替えるか, mentos.pyの shebangを 書き換える必要がある.

動作確認

サーバーを起動し, http://localhost:4000で確認. ポート番号を変える場合 --portオプションのあとにポート番号を指定する

% jekyll serve --watch

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 59.9%
  • CSS 40.1%