gridsome starter bleda
1.0.0
Attila Ghost 테마에서 영감을 받고 Tailwind CSS로 스타일이 지정된 Gridsome용 블로그 시작 테마입니다.
Gridsome이 .git
폴더를 제거하고 NPM 종속성을 설치할 수 있도록 gridsome create
명령을 사용하여 Bleda를 설치하는 것이 좋습니다.
gridsome create my-website https://github.com/cossssmin/gridsome-starter-bleda.git
또는 이 저장소를 복제하고 수동으로 설정할 수 있습니다.
git clone https://github.com/cossssmin/gridsome-starter-bleda.git my-website
# navigate to the directory
cd my-website
# remove the Git folder
rm -rf .git
# install NPM dependencies
npm install
시작하기 데모 게시물의 구성 참고 사항을 참조하세요.
gridsome develop
실행하여 로컬 개발 서버를 시작하거나, gridsome build
실행하여 dist
폴더에 정적 사이트를 빌드합니다.
자세한 내용은 Gridsome 문서를 참조하세요.