# lecture **Repository Path**: DataAnt/lecture ## Basic Information - **Project Name**: lecture - **Description**: markdown文档渲染web页面 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-25 - **Last Updated**: 2021-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lecture ## 需求 - 使用 markdeep.js 将 markdown 文档渲染成 web 页面 - 将有道云笔记中的 markdown 文件映射出来 - 使用 flask 搭建 web 服务 ## 项目结构 + lecturte * webapp - files 从有道云笔记本地目录中复制出来的 markdown 文件 - logs 日志目录 - static 静态文件目录 - templates 模板文件 - \_\_init\_\_.py - config.py - logger.py - main.py - update.py * manager.py * run.sh