Featured image of post hugo & github 관련 명령어

hugo & github 관련 명령어

1
2
# 폴더_이름은 주소의 이름
hugo new post/(폴더_이름)/index.md

1
2
# 가상 서버 가동 
hugo server --disableFastRender

1
2
3
4
# 로컬 pc에서 깃허브로 올리는 코드
git add .
git commit -m "적고 싶은 내용"
git push

1
http://localhost:1313/