# srcblog **Repository Path**: caimengzhi/srcblog ## Basic Information - **Project Name**: srcblog - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2022-01-15 - **Last Updated**: 2022-08-30 ## 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 ```