hugo.yaml 738 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. title: Indigo Floyd's Latent Garden
  2. baseURL: https://example.com/
  3. languageCode: zh-CN
  4. summaryLength: 120
  5. defaultContentLanguage: zh-cn
  6. enableRobotsTXT: true
  7. relativeURLs: true
  8. canonifyURLs: false
  9. pagination:
  10. pagerSize: 12
  11. taxonomies:
  12. tag: tags
  13. category: categories
  14. params:
  15. description: 个人站:收纳 AI 每日简报、博客和简历。
  16. owner: IndigoFloyd
  17. dailySection: ai-daily
  18. logo: ./logo.png
  19. menu:
  20. main:
  21. - name: 首页
  22. pageRef: /
  23. weight: 10
  24. - name: AI 每日简报
  25. pageRef: /ai-daily
  26. weight: 20
  27. - name: Blog
  28. pageRef: /blog
  29. weight: 30
  30. - name: 简历
  31. pageRef: /resume
  32. weight: 40
  33. - name: 项目管理
  34. pageRef: /projects/
  35. weight: 50