Skip to content

Commit 07b8e81

Browse files
docs: Adding BlueSky link ( Fixes #226 )
1 parent 237cd06 commit 07b8e81

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

psturtle.com/_includes/BlueSky.svg

Lines changed: 3 additions & 0 deletions
Loading

psturtle.com/config.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if ($site.PSScriptRoot) {
6666
$pointer = $pointer[$subdirectory]
6767
}
6868

69-
$propertyName = $hierarchy[-1] -replace '_' -replace "$([Regex]::Escape($underbarFile.Extension))$"
69+
$propertyName = $hierarchy[-1] -replace '\.ps1$'
7070

7171
$getFile = @{LiteralPath=$underbarFile.FullName}
7272
$fileData =
@@ -101,6 +101,7 @@ $Site.Description = 'Turtles in a PowerShell'
101101

102102
#region Site Icons
103103
$Site.Icon = [Ordered]@{
104+
'BlueSky' = $site.includes.'BlueSky.svg'.OuterXml
104105
'GitHub' = . $site.includes.Feather 'GitHub'
105106
'RSS' = . $site.includes.Feather 'RSS'
106107
'Settings' = . $site.includes.Feather 'Settings'
@@ -129,7 +130,7 @@ $Site.Logo.ID = 'Turtle-Logo'
129130
} #>
130131

131132
$site.Taskbar = [Ordered]@{
132-
# 'BlueSky' = 'https://bsky.app/profile/mrpowershell.com'
133+
'BlueSky' = 'https://bsky.app/profile/psturtle.com'
133134
'GitHub' = 'https://github.com/PowerShellWeb/Turtle'
134135
'RSS' = 'https://psturtle.com/RSS/index.rss'
135136
'Help' = @(

0 commit comments

Comments
 (0)