Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 570 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 570 Bytes

build-deploy

前言

  • 本博客基于 Docusaurus v3 搭建,使用 GitHub Pages 托管。
  • 推荐使用 yarn 管理依赖。
  • 推荐使用 Node.js 18.0.0 及以上版本,(当前在用 Node.js 20.0.0)。

本地开发

git clone
cd samzong.github.io
yarn install
yarn start

部署

yarn deploy