Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSJekyll
0.1
Types/PSJekyll.Site/get_Page.ps1
foreach
(
$specialFile
in
$this
.
File
-notmatch
'[\\/]_.+?[\\/]'
-match
'\.(?>md|markdown|html?)$'
)
{
$specialFile
.
pstypenames
.
add
(
"PSJekyll.Page"
)
$specialFile
}