# 笔记 **Repository Path**: star-dream-f/note ## Basic Information - **Project Name**: 笔记 - **Description**: 个人笔记记录。 采用 VuePress 搭建,主题:vuepress-theme-reco - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-16 - **Last Updated**: 2024-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README --- home: true modules: - BannerBrand - Blog - Features - Footer bannerBrand: bgImage: '/site/bg.svg' title: StarDream 的知识库 description: 简洁的博客 & 文档。 tagline: '人只要生活在这个世界上,就会有很多烦恼。但是,痛苦和快乐取决于你的内心。再重的担子,笑着也是挑,哭着也是挑。再不顺的生活,微笑着撑过去了,就是胜利。' buttons: - { text: '介绍', link: '/blogs/guide/introduce' } features: - title: 过去 details: 开发一款看着开心、写着顺手的 vuepress 博客主题。 - title: 当下 details: 帮助更多的朋友节省时间去用心书写内容,而不是仅仅配置一个博客去孤芳自赏。 - title: 未来 details: 吸引更多的朋友参与到开发中来,继续强大功能。 isShowTitleInHome: true --- 目录结构 - docs: 文档, 一般文字较多 - blogs: 博客, 显示整个网页 - server: 服务端代码 - .vuepress: vuepress 配置文件夹 - components: 全局组件 - config 配置文件夹 - zh 中文配置 - navbar.ts 导航栏设置 - series.ts 文章系列, 与 docs 目录中的 md 文件一一对应 - public 公共文件夹,可用通过域名(ip)直接访问 - config.ts vuepress 的配置文件(主要)