https://github.com/Brent-Li/brent-li.github.io/blob/master/post/build-personal-site-with-hugo/index.html hugo new post/scala-learning-pattern-matching.md 本地启动:hugo server -t even hugo -t even git add . git commit -m “Initial commit.” git remote add origin git@github.com:daleyzou/daleyzou.github.io.git git push -u origin master