Skip to content

yuyuan871111/yuyuan871111.github.io

Repository files navigation

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