everything should work now.
parent
9c49701fa5
commit
71428be42f
@ -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.
|
@ -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.
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
{% for post in site.categories.blog %}
|
||||||
|
<li>
|
||||||
|
<a href="{{ post.url }}">{{ post.title }} | {{ post.date | date: "%d-%^b-%Y" }}</a>
|
||||||
|
</li>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
Loading…
Reference in New Issue