Introducing PwshBlog
January 01, 2019 —
Jesse Harris
Over the holidays I've kept myself busy by porting BashBlog to PowerShell. Although work is by no means complete, you can actually use it to edit an existing blogpost
The idea came to me when the PowerShell core team added Markdown cmdlets to PowerShell and I thought it would be nice to have the whole system written in one script without external dependencies.
Benefits of this, I'm hoping is speed. This site is hosted and created on a Rasperry Pi 2. Which means when the indexes are created after a new post it takes a longer while to create as more posts are added.
Head on over to github to check out the code, but I'll post progress reports here from time to time.
Tags: bash-v-powershell, bash, powershell, shells, scripting