add timestamps to every post

master
Jay 2 years ago
parent 378f203c4e
commit 7062e092e6

@ -1,7 +1,8 @@
--- ---
layout: post layout: post
title: "First Article Moved" 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 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. 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.

@ -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 arent being passed for some reason otherise. At least I hope…..

@ -1,6 +1,7 @@
--- ---
layout: post layout: post
title: "Bad 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. 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.

@ -1,6 +1,7 @@
--- ---
layout: post layout: post
title: "Fixed" 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. After realizing I'd made a couple of boneheaded moves; /blog, /pbx, and /dev all work as they should.

@ -1,6 +1,7 @@
--- ---
layout: post layout: post
title: "Stupid .bashrc" 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. There was a line in my .bashrc file; it made the thing exit if non-interactive. That....ugh.

@ -1,6 +1,7 @@
--- ---
layout: post layout: post
title: "Converting To Jekyll" title: "Converting To Jekyll"
date: 2022-08-24 17:08:00
excerpt_separator: <!--more--> excerpt_separator: <!--more-->
--- ---

@ -1,7 +1,7 @@
--- ---
title: 'Asterisk: Call Queues & Agents (Building a call-in show)' 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 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. 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.

Loading…
Cancel
Save