Skip to content

루비온레일스 1박2일에서 교재로 사용하는 튜토리얼 블로그입니다.

Notifications You must be signed in to change notification settings

rorlakr/ror12.github.io

Repository files navigation

글작성법

게시물을 작성할 때는 아래와 같이 rake 명령을 실행합니다.

$ rake post title='title_of_post'

이제 _posts 디렉토리에서 방금 전에 생성한 마크다운 파일을 열고 글을 작성한 후에

$ git add .
$ git commit -m "created new post"
$ git push origin master

About

루비온레일스 1박2일에서 교재로 사용하는 튜토리얼 블로그입니다.

Resources

Stars

Watchers

Forks

Packages

No packages published