My blog has been built with hexo before. As I use golang more and more, I have always wanted to migrate my blog to hugo. Hugo is a static website generator written in golang, which is simple, easy to use, efficient, easy to expand and quickly deployed.
brew install hugo
hugo new site wanzi
cd wanzi
git clone https://github.com/xianmin/hugo-theme-jane.git --depth=1 themes/jane
cp -r themes/jane/exampleSite/content ./
cp themes/jane/exampleSite/config.toml ./
Modify the config.toml information to your own blog information
If you use a personal domain name, you only need to create a CNAME file under the github repository and write your own domain name. In this way, you can visit your blog by visiting wnote.com.