| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- 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
- contentTypes:
- search:
- pageOutputFormats:
- - name: html
- isHTML: true
- path: index
- permalinkable: true
- outputFormats:
- html:
- mediatype: text/html
- baseName: index
- isHTML: true
- permalinkable: true
- params:
- description: Exploring latent space and cultivating sweet trips.
- owner: IndigoFloyd
- dailySection: ai-daily
- logo: ./logo.png
- menu:
- main:
- - name: Home
- url: /
- weight: 10
- - name: AI Daily
- url: /ai-daily
- weight: 20
- - name: Blog
- url: /blog
- weight: 30
- - name: Resume
- url: /resume
- weight: 40
- - name: Search
- url: /search
- weight: 50
|