Skip to content

Archives 页面不存在 #455

Closed Answered by Lruihao
tearizz asked this question in Q&A
Jul 11, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

在你的配置文件中加入:

[mediaTypes]
  # Options to make output .md files
  [mediaTypes."text/markdown"]
    suffixes = ["md"]
  # Options to make output .txt files
  [mediaTypes."text/plain"]
    suffixes = ["txt"]

[outputFormats]
  # Options to make output .md files
  [outputFormats.MarkDown]
    mediaType = "text/markdown"
    isPlainText = true
    isHTML = false
  # FixIt 0.3.0 | NEW Options to make output /archives/index.html file
  [outputFormats.archives]
    path = "archives"
    baseName = "index"
    mediaType = "text/html"
    isPlainText = false
    isHTML = true
    permalinkable = true
  # FixIt 0.3.0 | NEW Options to make output /offline/index.html file
  [outputFormats.offline]
    p…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@tearizz
Comment options

@Lruihao
Comment options

@tearizz
Comment options

Answer selected by tearizz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants