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 f0fbca7 commit 8363914Copy full SHA for 8363914
psturtle.com/config.ps1
@@ -300,4 +300,13 @@ $site.Background = . $siteBackground|
300
Set-Turtle PatternAnimation $backgroundPatternAnimations |
301
Set-Turtle PathAttribute @{opacity=.2} |
302
Select-Object -ExpandProperty Pattern
303
+
304
+$pngPreviewFile = 'Preview.png'
305
+$siteBackground |
306
+ Set-Turtle Stroke '#4488ff' |
307
+ Save-Turtle -FilePath "./$pngPreviewFile"
308
309
+$site.Image = "$($site.RootUrl)$pngPreviewFile"
310
311
312
#endregion Site Background
0 commit comments