DOCHII Blog Manager 是一个面向 Markdown 博客内容管理的课程项目,来自金陵科技学院软件基础导论相关课程实践。
This repository contains the public, source-code-only version of the DOCHII Blog Manager project for the JIT Software Foundations course.
- Markdown blog authoring and static HTML generation
- Reusable blog theme assets under
dtheme/ - Desktop management UI implemented with Python
- Git-related project operations for blog publishing workflow
- Sample Markdown, generated pages, and static assets for quick inspection
dtheme/ Static theme CSS/JS
markdown/ Example Markdown posts
pages/ Generated sample HTML pages
python-ui/ Python desktop UI source
serv/ Service/sample content
src/ Static sample assets
Install Python dependencies:
cd python-ui
pip install -r requirements.txt
python main.pyOpen the static sample page:
index.html
This public repository only contains the DOCHII Blog source code. Course reports, question banks, UML study materials, software copyright application documents, and archive inventories are kept in the private dev archive.