Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # hugo - https://gohugo.io/ ## 설치 <code> brew install hugo </code> ### 설치 확인 <code> hugo version </code> ## Templates - https://gohugo.io/templates/ ## github action ruby setup 따로 설치를 진행해야 Asciidoctor 를 실행할 수 있음 <code> - name: Setup Asciidoctor run: | gem install asciidoctor gem install asciidoctor-html5s gem install asciidoctor-diagram gem install asciidoctor-kroki </code> open/hugo.txt Last modified: 2024/10/05 06:15by 127.0.0.1