devkuma / blog-comments

0 stars 0 forks source link

docs/hugo/new-site/ #5

Open utterances-bot opened 10 months ago

utterances-bot commented 10 months ago

Hugo 신규 웹 사이트 만들기 | devkuma

여기에서는 Hugo를 사용하여 신규 웹 사이트를 구축하는 방법에 대해서 설명한다.

https://www.devkuma.com/docs/hugo/new-site/

code-savor commented 10 months ago

"docsy" 테마 설치하고 샘플 포스트 실행했더니 에러가 나요~

hugo new post/first.md

Error: failed to load modules: module "github.com/FortAwesome/Font-Awesome" not found in "/Users/user/project/www/themes/github.com/FortAwesome/Font-Awesome"; either add it as a Hugo Module or store it in "/Users/user/project/www/themes".: module does not exist

devkuma commented 10 months ago

테마가 빌드가 안되서 그런거 같습니다. 아래처럼 치면 아마 되실거에요.

cd themes/docsy/
npm install