brew install hugo
### 설치 확인
hugo version
## Templates
- https://gohugo.io/templates/
## github action ruby setup
따로 설치를 진행해야 Asciidoctor 를 실행할 수 있음
- name: Setup Asciidoctor
run: |
gem install asciidoctor
gem install asciidoctor-html5s
gem install asciidoctor-diagram
gem install asciidoctor-kroki