gridsome starter bleda
1.0.0
Gridsome 的部落格入門主題,靈感來自 Attila Ghost 主題,並使用 Tailwind CSS 進行樣式設計。
建議您使用gridsome create
指令安裝 Bleda,以便 Gridsome 刪除.git
資料夾並為您安裝 NPM 依賴項:
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 文件。