diff --git a/blog/_posts/2022-08-24-fixed.md b/blog/_posts/2022-08-24-fixed.md new file mode 100644 index 0000000..ade256d --- /dev/null +++ b/blog/_posts/2022-08-24-fixed.md @@ -0,0 +1,7 @@ +--- +layout: post +title: "Fixed" +--- +After realizing I'd made a couple of boneheaded moves; /blog, /pbx, and /dev all work as they should. + +Yeah, I gotta learn to pay attention to the front matter. Trust the front matter. diff --git a/blog/index.md b/blog/index.md new file mode 100644 index 0000000..9040395 --- /dev/null +++ b/blog/index.md @@ -0,0 +1,18 @@ +--- +title: pickmy.org:~/blog$ +layout: default +permalink: /blog/index.html +list: bullet +--- + +# pickmy.org:~/blog$ + +This is a master list of blog posts written since the new site (24-AUG) or imported from the old data. At some point this may have additional organization or fancier output. You get what you get. + + diff --git a/dev/index.md b/dev/index.md new file mode 100644 index 0000000..0fc29f8 --- /dev/null +++ b/dev/index.md @@ -0,0 +1,18 @@ +--- +title: pickmy.org:~/dev$ +layout: default +permalink: /dev/index.html +list: bullet +--- + +# pickmy.org:~/dev$ + +All documentation related development that's not on my [Git](https://git.pickmy.org) will go here; and some of this may go more in depth than [Git](https://git.pickmy.org). + + diff --git a/pbx/index.md b/pbx/index.md new file mode 100644 index 0000000..622862f --- /dev/null +++ b/pbx/index.md @@ -0,0 +1,18 @@ +--- +title: pickmy.org:~/pbx$ +layout: default +permalink: /pbx/index.html +list: bullet +--- + +# pickmy.org:~/pbx$ + +All documentation related Asterisk that's not on my [Git](https://git.pickmy.org) will go here; and some of this may go more in depth than [Git](https://git.pickmy.org). + +