diff --git a/content/overview/configuration.md b/content/overview/configuration.md index 600e420d7..33813beb4 100644 --- a/content/overview/configuration.md +++ b/content/overview/configuration.md @@ -126,6 +126,8 @@ Following is a list of Hugo-defined variables that you can configure and their c preserveTaxonomyNames: false # filesystem path to write files to publishdir: "public" + # enables syntax guessing for code fences without specified language + pygmentsCodeFencesGuessSyntax: false # color-codes for highlighting derived from this style pygmentsStyle: "monokai" # true: use pygments-css or false: color-codes directly