Skip to content

Commit

Permalink
feat: PSJekyll initial example ( Fixes #31 )
Browse files Browse the repository at this point in the history
Not setting defaults in config
  • Loading branch information
James Brundage committed Oct 6, 2024
1 parent 18dd7e6 commit ac1fd93
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions PSJekyll.PSJekyll.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ $PSJekyll.CurrentSite.Config = [Ordered]@{
description = "A PowerShell module for creating Jekyll sites."
baseurl = "/"
url = "https://psjekyll.powershellweb.com"
permalink = 'pretty'
defaults = [Ordered]@{
scope = @{path=''}
values = @{layout='Default'}
}
permalink = 'pretty'
}
$PSJekyll.CurrentSite.Config

Expand Down

0 comments on commit ac1fd93

Please sign in to comment.