From 7062e092e669811d8ca13372063823f271282770 Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 24 Aug 2022 17:20:44 +0000 Subject: [PATCH] add timestamps to every post --- blog/_posts/2022-08-24-First-Article-Moved.md | 3 ++- blog/_posts/2022-08-24-TestingAutobuild.md | 6 ------ blog/_posts/2022-08-24-badpost.md | 1 + blog/_posts/2022-08-24-fixed.md | 1 + blog/_posts/2022-08-24-stupidbashrc.md | 1 + dev/_posts/2022-08-24-convertingtojekyll.md | 1 + ...8-asterisk-call-queues-agents-building-a-call-in-show.md | 4 ++-- 7 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 blog/_posts/2022-08-24-TestingAutobuild.md diff --git a/blog/_posts/2022-08-24-First-Article-Moved.md b/blog/_posts/2022-08-24-First-Article-Moved.md index 4a60ea3..a104f89 100644 --- a/blog/_posts/2022-08-24-First-Article-Moved.md +++ b/blog/_posts/2022-08-24-First-Article-Moved.md @@ -1,7 +1,8 @@ --- layout: post title: "First Article Moved" +date: 2022-08-24 03:02:00 --- I moved the one published PBX related article over to [/pbx](/pbx). It was taken out of the Jekyll export of the Wordpress site. Those are going to require a lot of work. There's a lot of WP junk to filter out. -I also hopefully fixed the access permissions for things. I may need to dig in to nginix configurations since this works drastically differently than WP did. \ No newline at end of file +I also hopefully fixed the access permissions for things. I may need to dig in to nginix configurations since this works drastically differently than WP did. diff --git a/blog/_posts/2022-08-24-TestingAutobuild.md b/blog/_posts/2022-08-24-TestingAutobuild.md deleted file mode 100644 index 4446fed..0000000 --- a/blog/_posts/2022-08-24-TestingAutobuild.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: post -title: "Testing AutoBuild" ---- - -I just spent an hour trying to get a githook to work. TL;DR: It seems to work if I put it in a script and call the script. Environment variables aren’t being passed for some reason otherise. At least I hope….. diff --git a/blog/_posts/2022-08-24-badpost.md b/blog/_posts/2022-08-24-badpost.md index 660d655..969c324 100644 --- a/blog/_posts/2022-08-24-badpost.md +++ b/blog/_posts/2022-08-24-badpost.md @@ -1,6 +1,7 @@ --- layout: post title: "Bad Post?" +date: 2022-08-24 17:10:00 --- For some reason I'm having issues with the last /dev post not rendering. For starters, it's actually rendering Jekyll variables WITHIN a codeblock. This seems pretty counter to the point of codeblocks. Anyway...that post might be broken if you read it. I'll look in to it. diff --git a/blog/_posts/2022-08-24-fixed.md b/blog/_posts/2022-08-24-fixed.md index ade256d..b7869be 100644 --- a/blog/_posts/2022-08-24-fixed.md +++ b/blog/_posts/2022-08-24-fixed.md @@ -1,6 +1,7 @@ --- layout: post title: "Fixed" +date: 2022-08-24 03:01:00 --- After realizing I'd made a couple of boneheaded moves; /blog, /pbx, and /dev all work as they should. diff --git a/blog/_posts/2022-08-24-stupidbashrc.md b/blog/_posts/2022-08-24-stupidbashrc.md index 555f7d4..44e2da8 100644 --- a/blog/_posts/2022-08-24-stupidbashrc.md +++ b/blog/_posts/2022-08-24-stupidbashrc.md @@ -1,6 +1,7 @@ --- layout: post title: "Stupid .bashrc" +date: 2022-08-24 03:00:00 --- There was a line in my .bashrc file; it made the thing exit if non-interactive. That....ugh. diff --git a/dev/_posts/2022-08-24-convertingtojekyll.md b/dev/_posts/2022-08-24-convertingtojekyll.md index bdf817d..789902a 100644 --- a/dev/_posts/2022-08-24-convertingtojekyll.md +++ b/dev/_posts/2022-08-24-convertingtojekyll.md @@ -1,6 +1,7 @@ --- layout: post title: "Converting To Jekyll" +date: 2022-08-24 17:08:00 excerpt_separator: --- diff --git a/pbx/_posts/2021-12-18-asterisk-call-queues-agents-building-a-call-in-show.md b/pbx/_posts/2021-12-18-asterisk-call-queues-agents-building-a-call-in-show.md index 4f93b4e..5842169 100644 --- a/pbx/_posts/2021-12-18-asterisk-call-queues-agents-building-a-call-in-show.md +++ b/pbx/_posts/2021-12-18-asterisk-call-queues-agents-building-a-call-in-show.md @@ -1,7 +1,7 @@ --- title: 'Asterisk: Call Queues & Agents (Building a call-in show)' -date: '2021-12-18T06:33:28+00:00' +date: '2021-12-18 06:33:28' layout: page --- @@ -182,4 +182,4 @@ same = n,Queue(callin,h) ``` -If the key exists, then we basically jump to the extension for the callin queue. For the time being, I just have this mapped to an actual ivr extension on my DIDs; which allows me to pre-queue people before flipping the lines over. \ No newline at end of file +If the key exists, then we basically jump to the extension for the callin queue. For the time being, I just have this mapped to an actual ivr extension on my DIDs; which allows me to pre-queue people before flipping the lines over.