-
Notifications
You must be signed in to change notification settings - Fork 1
home
huanfei edited this page Nov 13, 2024
·
1 revision
欢迎来到博客的文档页面,此文档将补充一些博客的相关内容。
├─ 📁app
│ ├─ 📁atom.xml # RSS
│ ├─ 📁post # 文章页面
│ ├─ 📁posts # 归档页面
│ ├─ 📄layout.tsx
│ ├─ 📄not-found.tsx
│ ├─ 📄page.tsx
│ ├─ 📄providers.tsx
│ └─ 📄sitemap.ts
├─ 📁components # 组件
│ ├─ 📁common
│ │ └─ 📄comment.tsx # 评论组件
│ ├─ 📁layout
│ │ ├─ 📄analytics.tsx # 网站分析组件
│ └─ 📁markdown # Markdown 组件
├─ 📁public
│ ├─ 📄avatar.png # 头像
│ ├─ 📄favicon.ico # 网站图标
│ ├─ 📄og.jpg # openGraph 默认图片
│ └─ 📄robots.txt
├─ 📁styles
├─ 📁utils
│ ├─ 📄data.ts # 文章数据处理
├─ 📄blog.config.ts # 站点配置文件
博客数据存放在私有仓库中,通过 GitHub Actions 将数据转为 JSON 文本存放在 Gist 中。