hugo.yaml 942 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. contentTypes:
  15. search:
  16. pageOutputFormats:
  17. - name: html
  18. isHTML: true
  19. path: index
  20. permalinkable: true
  21. outputFormats:
  22. html:
  23. mediatype: text/html
  24. baseName: index
  25. isHTML: true
  26. permalinkable: true
  27. params:
  28. description: Exploring latent space and cultivating sweet trips.
  29. owner: IndigoFloyd
  30. dailySection: ai-daily
  31. logo: ./logo.png
  32. menu:
  33. main:
  34. - name: Home
  35. url: /
  36. weight: 10
  37. - name: AI Daily
  38. url: /ai-daily
  39. weight: 20
  40. - name: Blog
  41. url: /blog
  42. weight: 30
  43. - name: Resume
  44. url: /resume
  45. weight: 40
  46. - name: Search
  47. url: /search
  48. weight: 50