Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 272 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 272 Bytes

차현진 블로그

http://gumpcha.github.io

Workflow

  1. Create new post at _posts/YYYY-MM-DD-new-post-title.md
  2. (source) $ ./dev.sh # for local build and view
  3. (source) $ git add .
  4. (source) $ git ci -m 'Commit message'
  5. (source) $ ./publish.sh