Running HUGO Server with GitHub
HUGO Server Mode Start & Option
cd /root/Hugo/xenostream
nohup hugo server --baseURL=http://192.168.0.10/ --port=8088 --bind=192.168.0.10 &
(192.168.0.10서버에서 실행중이며, 포트는 8088로 실행하며 기본 URL은 http://192.168.0.10/ 작동)
HUGO Post Add
/xenostream/contents/post 디렉토리에서 기존 md파일
을 복사해서 편집 후 추가 또는
hugo new /post/new-post.md
명령어로 추가(기본 헤더를 제공)
HUGO Post Rebuild
hugo
명령어만 실행하면 자동으로 재빌드함
md syntax
# 헤딩
1. 숫자리스팅
> 강조처리(진하게 폰트증가)
'' 단순강조(Back Quote)
``` 인용박스시작
![툴팁](/images/이미지) 그림삽입