| 123456789101112131415161718192021222324252627282930313233343536 |
- title: Indigo Floyd's Latent Garden
- baseURL: https://example.com/
- languageCode: zh-CN
- summaryLength: 120
- defaultContentLanguage: zh-cn
- enableRobotsTXT: true
- relativeURLs: true
- canonifyURLs: false
- pagination:
- pagerSize: 12
- taxonomies:
- tag: tags
- category: categories
- params:
- description: 个人站:收纳 AI 每日简报、博客和简历。
- owner: IndigoFloyd
- dailySection: ai-daily
- logo: ./logo.png
- menu:
- main:
- - name: 首页
- pageRef: /
- weight: 10
- - name: AI 每日简报
- pageRef: /ai-daily
- weight: 20
- - name: Blog
- pageRef: /blog
- weight: 30
- - name: 简历
- pageRef: /resume
- weight: 40
|