Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sun-zhenxing/vuepress-python-notes
VuePress Python Notes | Python 笔记
https://github.com/sun-zhenxing/vuepress-python-notes
python-notes vuepress vuepress2
Last synced: 2 days ago
JSON representation
VuePress Python Notes | Python 笔记
- Host: GitHub
- URL: https://github.com/sun-zhenxing/vuepress-python-notes
- Owner: Sun-ZhenXing
- Created: 2023-01-27T08:14:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T08:23:12.000Z (9 months ago)
- Last Synced: 2024-03-07T09:36:40.486Z (9 months ago)
- Topics: python-notes, vuepress, vuepress2
- Language: Dockerfile
- Homepage: https://blog.alexsun.top/vuepress-python-notes/
- Size: 20.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VuePress Python Notes | Python 笔记
![actions status](https://img.shields.io/github/actions/workflow/status/Sun-ZhenXing/vuepress-python-notes/deploy-docs.yml?branch=main)
🚀 [Online Reading | 在线阅读](https://blog.alexsun.top/vuepress-frontend-notes/).
## 📖 Introduction | 介绍
This is a note about Python, which is written in VuePress. | 这是一个使用 VuePress 编写的 Python 笔记。
## 🛠️ Build Docs | 构建文档
Build with `pnpm`, the content will be generated in `docs/.vuepress/dist`. | 使用 `pnpm` 构建, 内容将生成在 `docs/.vuepress/dist` 下:
```bash
pnpm i
pnpm build
```Build with Docker | 使用 Docker 构建:
```bash
docker build -t vuepress-python-notes .
docker run -itd -p 80:80 vuepress-python-notes
```Now you can visit to see your docs. | 现在你可以访问 来查看你的文档。
## 📜 License | 开源协议
- All files except `/docs/*` are licensed under [MIT License](https://mit-license.org/) | 除了文档外的其他文件(除了 `/docs/` 文件夹),使用 [MIT 协议](https://mit-license.org/) 开源
- `/docs/*` are licensed under [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) | 文档(即 `/docs/` 下的文件)使用 [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) 共享For more details, please read [this series of documents license](https://github.com/Sun-ZhenXing/Sun-ZhenXing.github.io#%E5%BC%80%E6%BA%90%E5%8D%8F%E8%AE%AE). | 详情请阅读 [此系列文档开源协议](https://github.com/Sun-ZhenXing/Sun-ZhenXing.github.io#%E5%BC%80%E6%BA%90%E5%8D%8F%E8%AE%AE)。