Skip to content

Latest commit

 

History

History

_site

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

차현진 블로그

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