Hugo 사용기
1. Hugo 와 Github를 이용한 블로그 만들기 Git 설치 https://git-scm.com/ Hugo 설치 https://github.com/gohugoio/hugo/releases 환경변수 설정 Hugo 프로젝트 만들기 hugo new site 프로젝트 이름 Git remote git init git remote add origin git submodule add -b master public Git subdirectory Hugo server 다루는 법 출처 : hugo와 github page를 이용한 블로그 만들기 Hugo 새로운 글 쓰기 > hugo new 파일이름.md > hugo server -D > draft = true 지우기 > hugo > cd public > git add ..
카테고리 없음
2021. 1. 8. 15:05