Skip to content

Commit 7372394

Browse files
feat: psturtle.com HighlightJS ( Fixes #179 )
Adjusting config
1 parent f7873fa commit 7372394

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

psturtle.com/config.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,4 +340,10 @@ $savedPreview = . $previewImage |
340340

341341
$site.Image = "$($site.RootUrl)$($savedPreview.Name)"
342342
#endregion Site Background
343+
344+
345+
#region Highlight Settings
346+
$site.HighlightJS = [Ordered]@{Languages=@('powershell')}
347+
#endregion Highlight Settings
348+
343349
if ($PSScriptRoot) { Pop-Location }

0 commit comments

Comments
 (0)