Skip to content

Instantly share code, notes, and snippets.

@jckdotim
Last active December 27, 2016 16:51
Show Gist options
  • Save jckdotim/9823498 to your computer and use it in GitHub Desktop.
Save jckdotim/9823498 to your computer and use it in GitHub Desktop.
이거 하나면 다 된다.

설치

맥은 __Xcode__를 먼저 설치해야 합니다. __Terminal__을 실행하시고, 아래 명령어를 치세요.

Password는 맥에 쓰던 것을 쓰시면 됩니다.

$ sudo gem install jekyll

Xcode>=5.1이면,

$ sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future gem install jekyll

만들기

$ jekyll new [name]
$ cd [name]
$ jekyll serve

문법

http://jekyllrb.com/docs/templates/

Using Jekyll with Github Pages

https://help.github.com/articles/using-jekyll-with-pages

spoqa.github.com

http://github.com/spoqa/spoqa.github.com 에서 체크아웃받으세요.

$ sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future gem install rdiscount

하면 끝

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment