diff --git a/dev/_posts/2022-09-07-blog-composer-script.md b/dev/_posts/2022-09-07-blog-composer-script.md index 986cdcb..bfa248b 100644 --- a/dev/_posts/2022-09-07-blog-composer-script.md +++ b/dev/_posts/2022-09-07-blog-composer-script.md @@ -10,7 +10,7 @@ One thing I love about this setup is I just have to write markdown; and I can ea -
+```text
 ---
 title: Blog Composer Script
 layout: post
@@ -18,7 +18,7 @@ date: 2022-09-07 17:47:15
 permalink: /dev/2022/SEP/07-blog-composer-script.php
 excerpt_separator: 
 ---
-
+``` This is quite literally the front matter for this post. No, it's not a whole lot of information; but it would be really nice to just have all of that dumped in to a file right in to a ready-to-write state. Run a command and get to typing. This why we run Linux and self-host, right? To automate all the self-hosted things!