Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samzong/samzong.github.io
Work, and reflections on life. Explore cloud native, share experiences, contemplate life.
https://github.com/samzong/samzong.github.io
blog docusaurus-v3 markdown
Last synced: 16 days ago
JSON representation
Work, and reflections on life. Explore cloud native, share experiences, contemplate life.
- Host: GitHub
- URL: https://github.com/samzong/samzong.github.io
- Owner: samzong
- Created: 2022-11-07T14:08:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T03:11:49.000Z (about 1 month ago)
- Last Synced: 2024-12-13T18:08:53.261Z (22 days ago)
- Topics: blog, docusaurus-v3, markdown
- Language: JavaScript
- Homepage: https://samzong.me
- Size: 307 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![build-deploy](https://github.com/SAMZONG/samzong.me/actions/workflows/deploy.yaml/badge.svg)](https://github.com/SAMZONG/samzong.me/actions/workflows/deploy.yaml)
## 前言
- 本博客基于 [Docusaurus v3](https://docusaurus.io/) 搭建,使用 [GitHub Pages](https://pages.github.com/) 托管。
- 推荐使用 [yarn](https://yarnpkg.com/) 管理依赖。
- 推荐使用 Node.js 18.0.0 及以上版本,(当前在用 Node.js 20.0.0)。## 本地开发
```bash
git clone
cd samzong.github.io
yarn install
yarn start
```## 部署
```bash
yarn deploy
```