# CloudNotes **Repository Path**: yequanrui/CloudNotes ## Basic Information - **Project Name**: CloudNotes - **Description**: A markdown-based notes site using docsify - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-27 - **Last Updated**: 2026-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CloudNotes > A markdown-based notes site using _docsifyjs_ [![GitHub package.json version](https://img.shields.io/github/package-json/v/yequanrui/CloudNotes)](https://github.com/yequanrui/CloudNotes 'Go to homepage') [![GitHub watchers](https://img.shields.io/github/watchers/yequanrui/CloudNotes?style=social)](https://github.com/yequanrui/CloudNotes/watchers) [![GitHub stars](https://img.shields.io/github/stars/yequanrui/CloudNotes?style=social)](https://github.com/yequanrui/CloudNotes/stargazers) [![GitHub forks](https://img.shields.io/github/forks/yequanrui/CloudNotes?style=social)](https://github.com/yequanrui/CloudNotes/network/members) [![docsify](https://img.shields.io/github/package-json/dependency-version/yequanrui/CloudNotes/docsify)](https://docsify.js.org/ 'Go to Docsify homepage') ## 界面预览 [![Coverpage Dark](demo_dark_1.png)](https://yequanrui.github.io/CloudNotes/ 'Coverpage Dark') [![Homepage Dark](demo_dark_2.png)](https://yequanrui.github.io/CloudNotes/ 'Homepage Dark') [![Coverpage Light](demo_light_1.png)](https://yequanrui.github.io/CloudNotes/ 'Coverpage Light') [![Homepage Light](demo_light_2.png)](https://yequanrui.github.io/CloudNotes/ 'Homepage Light') ## 文件作用 | 文件(docs/\*) | 作用 | | :------------------- | :------------------------- | | index.html | 基础配置项(入口) | | \_index.md/README.md | 主页内容渲染文件 | | \_errorpage.md | 404页面配置文件 | | \_coverpage.md | 封面配置文件 | | \_navbar.md | 导航栏配置文件 | | \_sidebar.md | 侧边栏配置文件 | | \_footer.md | 页脚配置文件 | | favicon.ico | 浏览器图标 | | .nojekyll | 阻止忽略掉下划线开头的文件 |