# my-blog **Repository Path**: qwding/my-blog ## Basic Information - **Project Name**: my-blog - **Description**: 本站用来记录自己日常等,非商业化站点,无盈利性质,为博主个人博客,任何打赏均捐出公益事业。 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://apidocs.cn/blog/ - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2021-11-26 - **Last Updated**: 2025-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: blog, Vue ## README # 关于博客 本站用来记录自己日常等,非商业化站点,无盈利性质,为博主个人博客,任何打赏均捐出公益事业。 本站地址:[https://apidocs.cn](https://apidocs.cn) ### 如何部署 NodeJS Version:`v16.15.0` 后端服务(可选) ```shell nohup python -u mb-server.py & ``` Nginx配置为 ```text location /blog { alias html/blog/; index index.html; } location /bs { proxy_pass http://localhost:8011; proxy_set_header X-Real-IP $remote_addr; } error_page 404 https://dingqw.com/blog/404.html; ```