# srcblog **Repository Path**: chupeng130/srcblog ## Basic Information - **Project Name**: srcblog - **Description**: 蔡猛芝大佬的博客源码 - **Primary Language**: Python - **License**: EPL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-15 - **Last Updated**: 2022-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Quick start Material for MkDocs can be installed with pip: ``` pip install -r requirements.txt ``` The configuration file of MkDocs is `mkdocs.yml`, You can modify it. And then start the server by running the mkdocs serve command: ``` mkdocs serve ```