zigford.org/introducing-pwshblog.md
2020-07-21 06:49:32 +10:00

29 lines
858 B
Markdown

Introducing PwshBlog
Over the holidays I've kept myself busy by porting
[BashBlog][1] 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][2] to check out the code,
but I'll post progress reports here from time to
time.
Tags: bash-v-powershell, bash, powershell, shells, scripting
[1]:https://github.com/cfenollosa/bashblog
[2]:https://github.com/zigford/PwshBlog