Skip to content

Commit f4aa982

Browse files
StartAutomatingStartAutomating
StartAutomating
authored and
StartAutomating
committed
feat: PSJekyll.Site Formatting ( Fixes #47 )
1 parent 78e6902 commit f4aa982

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

PSJekyll.format.ps1xml

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!-- Generated with EZOut 2.0.6: Install-Module EZOut or https://github.com/StartAutomating/EZOut -->
2+
<Configuration>
3+
<ViewDefinitions>
4+
<View>
5+
<Name>PSJekyll.Site</Name>
6+
<ViewSelectedBy>
7+
<TypeName>PSJekyll.Site</TypeName>
8+
</ViewSelectedBy>
9+
<TableControl>
10+
<TableHeaders>
11+
<TableColumnHeader>
12+
</TableColumnHeader>
13+
<TableColumnHeader>
14+
<Label>Page.Count</Label>
15+
</TableColumnHeader>
16+
<TableColumnHeader>
17+
<Label>Post.Count</Label>
18+
</TableColumnHeader>
19+
</TableHeaders>
20+
<TableRowEntries>
21+
<TableRowEntry>
22+
<TableColumnItems>
23+
<TableColumnItem>
24+
<PropertyName>SiteName</PropertyName>
25+
</TableColumnItem>
26+
<TableColumnItem>
27+
<ScriptBlock> $_.Page.Count </ScriptBlock>
28+
</TableColumnItem>
29+
<TableColumnItem>
30+
<ScriptBlock> $_.Post.Count </ScriptBlock>
31+
</TableColumnItem>
32+
</TableColumnItems>
33+
</TableRowEntry>
34+
</TableRowEntries>
35+
</TableControl>
36+
</View>
37+
</ViewDefinitions>
38+
</Configuration>

0 commit comments

Comments
 (0)