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.
- Host: GitHub
- URL: https://github.com/mrdrivingduck/blog
- Owner: mrdrivingduck
- License: mit
- Created: 2019-06-27T01:13:53.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T15:04:04.000Z (8 months ago)
- Last Synced: 2025-01-31T15:35:29.707Z (8 months ago)
- Topics: blog, gh-actions, gh-pages, vuepress2
- Homepage: https://mrdrivingduck.github.io/blog/
- Size: 59.7 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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))