File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ if ($site.PSScriptRoot) {
66
66
$pointer = $pointer [$subdirectory ]
67
67
}
68
68
69
- $propertyName = $hierarchy [-1 ] -replace ' _ ' -replace " $ ( [ Regex ]::Escape( $underbarFile .Extension ) ) $ "
69
+ $propertyName = $hierarchy [-1 ] -replace ' \.ps1$ '
70
70
71
71
$getFile = @ {LiteralPath = $underbarFile.FullName }
72
72
$fileData =
@@ -101,6 +101,7 @@ $Site.Description = 'Turtles in a PowerShell'
101
101
102
102
# region Site Icons
103
103
$Site.Icon = [Ordered ]@ {
104
+ ' BlueSky' = $site.includes .' BlueSky.svg' .OuterXml
104
105
' GitHub' = . $site.includes.Feather ' GitHub'
105
106
' RSS' = . $site.includes.Feather ' RSS'
106
107
' Settings' = . $site.includes.Feather ' Settings'
@@ -129,7 +130,7 @@ $Site.Logo.ID = 'Turtle-Logo'
129
130
} #>
130
131
131
132
$site.Taskbar = [Ordered ]@ {
132
- # 'BlueSky' = 'https://bsky.app/profile/mrpowershell .com'
133
+ ' BlueSky' = ' https://bsky.app/profile/psturtle .com'
133
134
' GitHub' = ' https://github.com/PowerShellWeb/Turtle'
134
135
' RSS' = ' https://psturtle.com/RSS/index.rss'
135
136
' Help' = @ (
You can’t perform that action at this time.
0 commit comments