hugo.yaml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. baseURL: "https://llmupdate.com"
  2. title: LLM Update - 大模型周报
  3. paginate: 5
  4. theme: PaperMod
  5. enableRobotsTXT: true
  6. hasCJKLanguage: true
  7. buildDrafts: false
  8. buildFuture: false
  9. buildExpired: false
  10. googleAnalytics: G-EQPJJLMV72
  11. minify:
  12. disableXML: true
  13. minifyOutput: true
  14. params:
  15. env: production # to enable google analytics, opengraph, twitter-cards and schema.
  16. title: LLM Update - 大模型周报
  17. description: "LLM Update - 大模型周报, 大模型周报,每周大模型/人工智能的最新进展,Large language model and AI news update every week. https://www.llmupdate.com"
  18. keywords: [Blog, Portfolio, PaperMod]
  19. author: Me
  20. # author: ["Me", "You"] # multiple authors
  21. images: ["<link or path of image for opengraph, twitter-cards>"]
  22. DateFormat: "January 2, 2006"
  23. defaultTheme: auto # dark, light
  24. disableThemeToggle: false
  25. ShowReadingTime: true
  26. ShowShareButtons: true
  27. ShowPostNavLinks: true
  28. ShowBreadCrumbs: true
  29. ShowCodeCopyButtons: false
  30. ShowWordCount: true
  31. ShowRssButtonInSectionTermList: true
  32. UseHugoToc: true
  33. disableSpecial1stPost: false
  34. disableScrollToTop: false
  35. comments: false
  36. hidemeta: false
  37. hideSummary: false
  38. showtoc: false
  39. tocopen: false
  40. assets:
  41. # disableHLJS: true # to disable highlight.js
  42. # disableFingerprinting: true
  43. favicon: "<link / abs url>"
  44. favicon16x16: "<link / abs url>"
  45. favicon32x32: "<link / abs url>"
  46. apple_touch_icon: "<link / abs url>"
  47. safari_pinned_tab: "<link / abs url>"
  48. label:
  49. text: "Home"
  50. icon: /apple-touch-icon.png
  51. iconHeight: 35
  52. # profile-mode
  53. profileMode:
  54. enabled: false # needs to be explicitly set
  55. title: ExampleSite
  56. subtitle: "This is subtitle"
  57. imageUrl: "<img location>"
  58. imageWidth: 120
  59. imageHeight: 120
  60. imageTitle: my image
  61. buttons:
  62. - name: Posts
  63. url: posts
  64. - name: Tags
  65. url: tags
  66. # home-info mode
  67. homeInfoParams:
  68. Title: "LLMUpdate - 大模型周报 \U0001F44B"
  69. Content: LLM Update - 大模型周报, 大模型周报,每周大模型/人工智能的最新进展,Large language model and AI news update every week
  70. socialIcons:
  71. - name: twitter
  72. url: "https://twitter.com/llmupdate"
  73. - name: zhihu
  74. url: "https://www.zhihu.com/people/llmupdate"
  75. - name: github
  76. url: "https://github.com/llmupdate"
  77. analytics:
  78. google:
  79. SiteVerificationTag: "XYZabc"
  80. bing:
  81. SiteVerificationTag: "XYZabc"
  82. yandex:
  83. SiteVerificationTag: "XYZabc"
  84. cover:
  85. hidden: true # hide everywhere but not in structured data
  86. hiddenInList: true # hide on list pages and home
  87. hiddenInSingle: true # hide on single page
  88. editPost:
  89. URL: "https://github.com/llmupdate/pages/tree/main/content"
  90. Text: "Suggest Changes" # edit text
  91. appendFilePath: true # to append file path to Edit link
  92. # for search
  93. # https://fusejs.io/api/options.html
  94. fuseOpts:
  95. isCaseSensitive: false
  96. shouldSort: true
  97. location: 0
  98. distance: 1000
  99. threshold: 0.4
  100. minMatchCharLength: 0
  101. keys: ["title", "permalink", "summary", "content"]
  102. menu:
  103. main:
  104. - identifier: categories
  105. name: categories
  106. url: /categories/
  107. weight: 10
  108. - identifier: tags
  109. name: tags
  110. url: /tags/
  111. weight: 20
  112. - identifier: llmupdate
  113. name: llmupdate.com
  114. url: https://llmupdate.com
  115. weight: 30
  116. # Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
  117. pygmentsUseClasses: true
  118. markup:
  119. highlight:
  120. noClasses: false
  121. # anchorLineNos: true
  122. # codeFences: true
  123. # guessSyntax: true
  124. # lineNos: true
  125. # style: monokai