Introducing PSJekyll #95
StartAutomating
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PSJekyll
Scarily Simple Static Sites with Jekyll and PowerShell
PSJekyll is a new module that helps you script static site creation using PowerShell and Jekyll.
Installing
Importing
Using PSJekyll
$PSJekyll
is the module, and exposes a dynamic property,.CurrentSite
(aliased to.Site
).Any subdirectory with a
_config.yml
will be considered a site.If no site is found, the current directory will be considered a site.
Beta Was this translation helpful? Give feedback.
All reactions