https://jekyllrb-ko.github.io/ 를 참고..
먼저 jekull을 설치한다.
git clone ...
cd ...
gem install jekyll
jekyll serve --host 0.0.0.0
index.md 페이지는 http://localhost:4000/index으로 접근할 수 있다.
op.md 페이지는 http://localhost:4000/op로 접근할 수 있다.
'etc tools' 카테고리의 다른 글
항상 최신 데이터 보여주기 : gulp + livereload 조합 (0) | 2017.08.28 |
---|---|
[github] PR(pull request) 하기 (0) | 2017.08.17 |
[influxdb] influxdb clustering은 무료 버전? (0) | 2017.03.23 |
[git] git 저장소 변경하기 (0) | 2017.03.16 |
[git] git log 범위 (0) | 2016.08.24 |