Skip to content

hubert-lee/hubert-lee.github.com

Repository files navigation

blog

Requirements (for testing)

  • [Jekyll] 1.4.3+
  • [RDiscount]

Setup

OSX

$ ./install-mac.sh

How to write a post

  1. _post 디렉토리 밑에 [Markdown] 문법으로 포스트를 작성합니다.[yyyy-mm-dd-제목.md]

  2. 해당 내용을 커밋하고 메인 저장소에 푸시합니다.

     $ git add -A
     $ git commit -m "Add a post..."
     $ git push
    

Testing

    $ jekyll serve

Writing Tips

  1. _post 폴더 내의 파일에서 YAML Front Matter block에 authorauthor-email을 넣을수 있습니다. author는 작성한 사람, 그리고 author-email은 작성자 이메일, 이렇게 추가 정보를 입력할 수 있고 실제 포스트에는 mail링크가 걸리게 됩니다. ( author만 있으면 링크 없음 )
  2. 역시 _post 폴더 내의 파일에서 YAML Front Matter block에 publish란에 false를 입력하면 게시물을 볼 수 없습니다. 포스팅 리스트에는 뜨지만 글 내용은 Coming Soon이 뜹니다. draft작업이 다 끝나면 publishtrue로 하거나 혹은 그냥 publish 자체를 지워주시면 됩니다.

etc

jekyll thema : https://spoqa.github.io/

  • 기술블로그 테마가 너무 깔끔하고 이뻐서 차용하였습니다.

reference

http://jekyllrb.com http://daringfireball.net/projects/markdown/ http://dafoster.net/projects/rdiscount/

Releases

No releases published

Packages

No packages published