Skip to content

ssr-yuki/yukipedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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