Move blog posts into a blog directory
This commit is contained in:
parent
c79338aaec
commit
6e45020668
|
@ -1,10 +1,15 @@
|
|||
plugins:
|
||||
- jekyll-feed
|
||||
defaults:
|
||||
- scope:
|
||||
path: ""
|
||||
values:
|
||||
layout: "default"
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
- scope:
|
||||
path: "blog"
|
||||
values:
|
||||
title: "Neale Blog"
|
||||
title: Neale Pickett
|
||||
author:
|
||||
name: Neale Pickett
|
||||
uri: https://woozle.org/
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<li><a href="{{ '/tartans/' | relative_url }}" title="AKA Plaids">Tartans</a></li>
|
||||
<li><a href="{{ '/poems/' | relative_url }}" title="I won't quit my day job">Poems</a></li>
|
||||
<li><a href="{{ '/papers/' | relative_url }}" title="Various writings">Papers</a></li>
|
||||
<li><a href="{{ '/blog.html' | relative_url }}" title="Public Journal">Blog</a></li>
|
||||
<li><a href="{{ '/blog/' | relative_url }}" title="Public Journal">Blog</a></li>
|
||||
<li><a href="{{ '/toys/' | relative_url }}" title="Dumb apps">Toys</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
|
Loading…
Reference in New Issue