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.

12 lines
399 B

# -------------------------------------------------------------------------------------
# Media Types
# See: https://gohugo.io/templates/output-formats/#media-types
# -------------------------------------------------------------------------------------
# Options to make output .md files
["text/markdown"]
suffixes = ["md"]
# Options to make output .txt files
["text/plain"]
suffixes = ["txt"]