Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 385 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 385 Bytes

Personal_web

New website built on HUGO with hugo-profile template.

cheatsheet for hugo

# install hugo (mac)
brew install hugo

# start server
hugo server -D

# stop server
Ctrl+C

Upload to the github

git add *file* && git commit -m "*note*" && git push