Releases: StartAutomating/GitPub
Releases · StartAutomating/GitPub
GitPub 0.1.5
GitPub 0.1.4
GitPub 0.1.3
GitPub 0.1.3
- Publish-GitPubJekyll will generate summary pages unless -NoSummary is passed.
- GitPub's GitHub Page Now Uses Permalink: pretty
GitPub 0.1.2
GitPub 0.1.1
GitPub 0.1
GitPub 0.1
Introducing GitPub: Easily Automate Publishing from GitHub
See [https://gitpub.start-automating.com/2022/10/10/Introducing-GitPub.html](the first post)
GitPub provides a flexible way to publish content in a GitHub workflow.
GitPub can be extended with Sources and Publishers.
GitPub Sources
A source is a function that provides content to post. GitPub comes with three sources:
Source | Function | Description |
---|---|---|
Gist | Get-GitPubGist | Turns gists into posts |
Issue | Get-GitPubIssue | Turns issues into posts |
Release | Get-GitPubRelease | Turns releases into posts |
Get-GitPub |
Select-Object -ExpandProperty Sources
GitPub Publishers
A publisher is a function that finalizes content and publishes it. GitPub comes with one publisher:
Source | Function | Description |
---|---|---|
Jeykll | Publish-GitPubJeykll | Publishes content to _posts directories |