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.
psturtle.com
1 parent f7873fa commit 7372394Copy full SHA for 7372394
1 file changed
psturtle.com/config.ps1
@@ -340,4 +340,10 @@ $savedPreview = . $previewImage |
340
341
$site.Image = "$($site.RootUrl)$($savedPreview.Name)"
342
#endregion Site Background
343
+
344
345
+#region Highlight Settings
346
+$site.HighlightJS = [Ordered]@{Languages=@('powershell')}
347
+#endregion Highlight Settings
348
349
if ($PSScriptRoot) { Pop-Location }
0 commit comments