hugo.yaml 634 B

1234567891011121314151617181920212223242526272829303132333435
  1. baseURL: https://example.com/
  2. languageCode: zh-CN
  3. title: IndigoFloyd
  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. menu:
  19. main:
  20. - name: 首页
  21. pageRef: /
  22. weight: 10
  23. - name: AI 每日简报
  24. pageRef: /ai-daily
  25. weight: 20
  26. - name: Blog
  27. pageRef: /blog
  28. weight: 30
  29. - name: 简历
  30. pageRef: /resume
  31. weight: 40