Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 898 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 898 Bytes

yukipedia

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をベースにしています.