Wikiもどきです.
ここから見れます.
sudo apt install ruby-dev
git clone https://github.com/pages-themes/slate.git
cd slate
./script/bootstrap
最後のコマンドは時々sudo
を要求します.
ブートストラップが終わったら
cd ${root of this repo.}
sudo bundle install
をして準備完了.
yukipediaのルートで次のコマンドを実行します.
bundle exec jekyll serve
正しく動けば,ブラウザでlocalhost:4000で閲覧できます.
yukipediaはGithub Pagesを利用しています.
また,デザインはJekyll theme for GitHub PagesのSlateをベースにしています.