$ brew install hugo
...
🍺 /opt/homebrew/Cellar/hugo/0.83.1: 44 files, 65.0MB
$ hugo version
hugo v0.83.1+extended darwin/arm64 BuildDate=unknown
프로젝트 생성
$ hugo new site quickstart
Congratulations! Your new Hugo site is created in /Users/xxx/dev/hugo/test.
Just a few more steps and you're ready to go:
1. Download a theme into the same-named folder.
Choose a theme from or
create your own with the "hugo new theme <THEMENAME>" command.
2. Perhaps you want to add some content. You can add single files
with "hugo new <SECTIONNAME>/<FILENAME>.<FORMAT>".
3. Start the built-in live server via "hugo server".
Visit https://gohugo.io/ for quickstart guide and full documentation.