Hugo Blog Project Cone git clone https://github.com/gyuha/blog.git cd blog git submodule init git submodule update git submodule foreach git checkout master Hugo 설치 하기 Hugo Install and Use Themes Ubuntu sudo apt install hugo 새글 쓰기 make new title=[글제목] 또는 hugo new post/[글제목].md 서버 실행하기 make run 또는 hugo server -D 서버 배포하기 make deploy 사용중인 theme Beautiful Hugo - A port of Beautiful Jekyll Theme