# Starry-blog **Repository Path**: starrycognet/starry-blog ## Basic Information - **Project Name**: Starry-blog - **Description**: blog - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: https://starrycognition.cn/ - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2025-09-17 - **Last Updated**: 2025-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` starry-blog ├─ package.json ├─ pnpm-lock.yaml ├─ src │ ├─ .vuepress │ │ ├─ client.ts │ │ ├─ components │ │ │ └─ GlobalMusicPlayer.vue │ │ ├─ config.ts │ │ ├─ navbar.ts │ │ ├─ public │ │ │ ├─ assets │ │ │ │ ├─ icon │ │ │ │ │ ├─ apple-icon-152.png │ │ │ │ │ ├─ chrome-192.png │ │ │ │ │ ├─ chrome-512.png │ │ │ │ │ ├─ chrome-mask-192.png │ │ │ │ │ ├─ chrome-mask-512.png │ │ │ │ │ ├─ guide-maskable.png │ │ │ │ │ └─ ms-icon-144.png │ │ │ │ └─ images │ │ │ │ ├─ cover1.jpg │ │ │ │ ├─ cover2.jpg │ │ │ │ └─ cover3.jpg │ │ │ ├─ favicon.ico │ │ │ ├─ logo.png │ │ │ └─ logo.svg │ │ ├─ sidebar.ts │ │ ├─ styles │ │ │ ├─ config.scss │ │ │ ├─ index.scss │ │ │ └─ palette.scss │ │ └─ theme.ts │ ├─ demo │ │ ├─ disable.md │ │ ├─ encrypt.md │ │ ├─ layout.md │ │ ├─ markdown.md │ │ ├─ page.md │ │ └─ README.md │ ├─ intro.md │ ├─ posts │ │ ├─ apple │ │ │ ├─ 1.md │ │ │ ├─ 2.md │ │ │ ├─ 3.md │ │ │ └─ 4.md │ │ ├─ banana │ │ │ ├─ 1.md │ │ │ ├─ 2.md │ │ │ ├─ 3.md │ │ │ └─ 4.md │ │ ├─ cherry.md │ │ ├─ dragonfruit.md │ │ ├─ strawberry.md │ │ └─ tomato.md │ └─ README.md └─ tsconfig.json ```