Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```