You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
544 B
17 lines
544 B
11 months ago
|
# -------------------------------------------------------------------------------------
|
||
|
# Output Format Definitions
|
||
|
# See: https://gohugo.io/templates/output-formats/#output-format-definitions
|
||
|
# -------------------------------------------------------------------------------------
|
||
|
|
||
|
# Options to make output .md files
|
||
|
[MarkDown]
|
||
|
mediaType = "text/markdown"
|
||
|
isPlainText = true
|
||
|
isHTML = false
|
||
|
# Options to make output baidu_urls.txt file
|
||
|
[BaiduUrls]
|
||
|
baseName = "baidu_urls"
|
||
|
mediaType = "text/plain"
|
||
|
isPlainText = true
|
||
|
isHTML = false
|