Skip to content

Commit 78e6902

Browse files
author
James Brundage
committed
feat: PSJekyll.Site Formatting ( Fixes #47 )
1 parent 0008e15 commit 78e6902

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Write-FormatView -TypeName PSJekyll.Site -Property SiteName, 'Page.Count', 'Post.Count' -VirtualProperty @{
2+
'Page.Count' = { $_.Page.Count }
3+
'Post.Count' = { $_.Post.Count }
4+
}

0 commit comments

Comments
 (0)