1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00

Redirect to new permalink URL

This commit is contained in:
Daniel Barber 2019-07-06 22:28:13 -04:00
parent a8f2d250f4
commit 7444a377e4
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
2 changed files with 8 additions and 1 deletions

View File

@ -34,7 +34,7 @@ exclude:
include:
- _redirects
permalink: "/:title"
permalink: ":year/:month/:day/:title"
excerpt_separator: "<!-- more -->"
paginate: 10
paginate_path: blog/page/:num

View File

@ -1,5 +1,12 @@
---
---
/cv https://cv.danbarber.me 301
/invaders https://danbee.github.io/invaders 301
/canvas https://danbee.github.io/canvas 301
/atom.xml /feed.xml 301
/micropub/* https://micropubme.herokuapp.com/micropub/:splat 200
{% for post in site.posts -%}
/{{ post.slug }} {{ post.url }} 301
{% endfor %}