We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f2dff commit e338ba5Copy full SHA for e338ba5
1 file changed
hugo.toml
@@ -10,6 +10,10 @@ locale = "en-us"
10
[outputs]
11
home = ["HTML", "RSS", "JSON"]
12
13
+# --- GLOBAL THEME PARAMETERS ---
14
+[params]
15
+ enableCodeCopy = true
16
+
17
[params.main]
18
mainSections = ["posts"]
19
@@ -42,7 +46,6 @@ locale = "en-us"
42
46
showAuthorBottom = true # Appears as a rich bio card at the end of the post
43
47
showTaxonomies = true
44
48
showAuthorsBadges = true
45
- enableCodeCopy = true
49
50
[params.list]
51
showDownloads = false
@@ -54,3 +57,8 @@ locale = "en-us"
54
57
[params.search]
55
58
enable = true
56
59
showOnHeader = true
60
61
+# --- SYNTAX HIGHLIGHTING (Required for copy script) ---
62
+[markup]
63
+ [markup.highlight]
64
+ noClasses = false
0 commit comments