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

60 lines
2.6 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>Introducing PwshBlog</title>
</head><body>
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="http://zigford.org/index.html">zigford.org</a></h1>
<div id="description"><a href="about.html">About</a><a href="links.html"> | Links</a><a href="scripts.html"> | Scripts</a><br>Sharing linux/windows scripts and tips</br></div>
</div></div></div>
<div id="divbody"><div class="content">
<!-- entry begin -->
<h3><a class="ablack" href="introducing-pwshblog.html">
Introducing PwshBlog
</a></h3>
<!-- bashblog_timestamp: #201901011040.22# -->
<div class="subtitle">January 01, 2019 &mdash;
Jesse Harris
</div>
<!-- text begin -->
<p>Over the holidays I've kept myself busy by porting
<a href="https://github.com/cfenollosa/bashblog">BashBlog</a> to PowerShell. Although work is by no
means complete, you can actually use it to edit an
existing blogpost</p>
<hr />
<p>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.</p>
<p>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.</p>
<p>Head on over to <a href="https://github.com/zigford/PwshBlog">github</a> to check out the code,
but I'll post progress reports here from time to
time.</p>
<p>Tags: <a href='tag_bash-v-powershell.html'>bash-v-powershell</a>, <a href='tag_bash.html'>bash</a>, <a href='tag_powershell.html'>powershell</a>, <a href='tag_shells.html'>shells</a>, <a href='tag_scripting.html'>scripting</a></p>
<!-- text end -->
<!-- entry end -->
</div>
<div id="footer">&copy <a href="http://twitter.com/zigford_org">Jesse Harris</a> &mdash; <a href="mailto:jesse&#64;zigford&#46;org">jesse&#64;zigford&#46;org</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</body></html>