RammusXu / rammusxu.github.io

My profile
https://rammusxu.github.io/
2 stars 0 forks source link

c9 jekyll #1

Closed RammusXu closed 8 years ago

RammusXu commented 8 years ago

https://docs.c9.io/docs/jekyll

$ gem install jekyll
$ jekyll new my-awesome-site
$ cd my-awesome-site
$ jekyll serve --host $IP --port $PORT --baseurl ''
RammusXu commented 8 years ago

alias runj="jekyll serve --host $IP --port $PORT"

RammusXu commented 8 years ago

Abandon