mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
✨ Feat: add options to make output baidu_urls.txt file (#138)
This commit is contained in:
@@ -1227,7 +1227,7 @@ enableEmoji = true
|
||||
# Options to make output .md files
|
||||
# 用于输出 Markdown 格式文档的设置
|
||||
[outputFormats.MarkDown]
|
||||
mediaType = "text/plain"
|
||||
mediaType = "text/markdown"
|
||||
isPlainText = true
|
||||
isHTML = false
|
||||
# Options to make output baidu_urls.txt file
|
||||
|
||||
@@ -895,7 +895,7 @@ hugo
|
||||
[outputFormats]
|
||||
# 用于输出 Markdown 格式文档的设置
|
||||
[outputFormats.MarkDown]
|
||||
mediaType = "text/plain"
|
||||
mediaType = "text/markdown"
|
||||
isPlainText = true
|
||||
isHTML = false
|
||||
# {{< version 0.2.15 >}} 用于输出 baidu_urls.txt 文件的设置
|
||||
|
||||
Reference in New Issue
Block a user