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:
parent
a8f2d250f4
commit
7444a377e4
@ -34,7 +34,7 @@ exclude:
|
||||
include:
|
||||
- _redirects
|
||||
|
||||
permalink: "/:title"
|
||||
permalink: ":year/:month/:day/:title"
|
||||
excerpt_separator: "<!-- more -->"
|
||||
paginate: 10
|
||||
paginate_path: blog/page/:num
|
||||
|
||||
@ -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 %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user