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

https://github.com/mrdrivingduck/blog

🦆 Blog of @mrdrivingduck.
https://github.com/mrdrivingduck/blog

blog gh-actions gh-pages vuepress2

Last synced: 7 months ago
JSON representation

🦆 Blog of @mrdrivingduck.

Awesome Lists containing this project

README

          

# blog

🦆 Blog of [@mrdrivingduck](https://github.com/mrdrivingduck).

Created by: Mr Dk.

2019 / 07 / 01 15:44

Nanjing, Jiangsu, China

---

## Build Status

| Branch | Status |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Main (Deployment) | [![GitHub branch check runs]()](https://github.com/mrdrivingduck/blog/tree/main) |

## Supported by

- [VuePress 2](https://v2.vuepress.vuejs.org/): Vue-powered Static Site Generator.
- [VuePress docsearch](https://v2.vuepress.vuejs.org/reference/plugin/docsearch.html): Integrate [Algolia DocSearch](https://docsearch.algolia.com/) into VuePress, which can provide search to your documentation site.

## Project setup

### Install dependencies

```bash
pnpm install
```

### Compiles and hot-reloads for development

```bash
pnpm run docs:dev
```

### Compiles and minifies for production

```bash
pnpm run docs:build
```

## License

Copyright © 2018-2024, Jingtang Zhang. ([MIT License](./LICENSE))