Skip to content

Commit cc69ed8

Browse files
author
James Brundage
committed
release: PSJekyll 0.1
Adding Release Notes and updating description
1 parent 587502e commit cc69ed8

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

PSJekyll.psd1

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
ModuleVersion ='0.1'
3-
Description = 'Give Jekyll more power with PowerShell'
3+
Description = 'Scarily Simple Static Sites with Jekyll and PowerShell'
44
Guid = '793784c4-0e1f-4928-b874-1e601f9a3d29'
55
RootModule = 'PSJekyll.psm1'
66
TypesToProcess = @('PSJekyll.types.ps1xml')
@@ -10,9 +10,26 @@
1010
CompanyName = 'PowerShellWeb'
1111
PrivateData = @{
1212
PSData = @{
13-
Tags = 'PowerShellWeb','Jekyll','Docker','GitHubAction'
13+
Tags = 'PowerShellWeb','Jekyll','Docker','Container','GitHubAction','StaticSite'
1414
LicenseUri = 'https://github.com/PowerShellWeb/PSJekyll/blob/main/LICENSE'
1515
ProjectUri = 'https://github.com/PowerShellWeb/PSJekyll'
16+
ReleaseNotes = @'
17+
## PSJekyll 0.1
18+
19+
> Like It? [Star It](https://github.com/PowerShellWeb/PSJekyll)
20+
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
21+
22+
* Initial Release of PSJekyll
23+
* GitHub Action for PSJekyll
24+
* Docker Container for PSJekyll
25+
* PowerShell Module for PSJekyll
26+
27+
~~~PowerShell
28+
Install-Module -Name PSJekyll -Scope CurrentUser -Force -AllowClobber
29+
Import-Module PSJekyll -Force -PassThru | Split-Path | Push-Location
30+
$PSJekyll.Site
31+
~~~
32+
'@
1633
}
1734
}
1835
}

0 commit comments

Comments
 (0)