hugo setup
hugo initial
hugo new site mysite
hugo new post
cd /path/to/mysite
hugo new post/hugo_setup.md
hugo publish
hugo
# it would produce static pages in public directory
hugo new site mysite
cd /path/to/mysite
hugo new post/hugo_setup.md
hugo
# it would produce static pages in public directory