aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-09-27 15:06:39 +0000
committers-ol <s-ol@users.noreply.github.com>2019-09-27 15:06:39 +0000
commit22ea0e160e79dcb37204c6e24bb5e95de002fdc3 (patch)
tree08e1fdf4947f3a168db4b0ab6b6213dc64338fbb
parentadd VJmidiKit (diff)
downloadredirectly-22ea0e160e79dcb37204c6e24bb5e95de002fdc3.tar.gz
redirectly-22ea0e160e79dcb37204c6e24bb5e95de002fdc3.zip
make old blog links 301
-rw-r--r--resources/config.edn16
1 files changed, 8 insertions, 8 deletions
diff --git a/resources/config.edn b/resources/config.edn
index 5cdbef6..1bc8527 100644
--- a/resources/config.edn
+++ b/resources/config.edn
@@ -16,14 +16,14 @@
; legacy blog posts
:blog {:to [:mmm "/blog"]}
- "blog/2015/06-27/challenging-myself" {:to [:mmm "/blog/challenging_myself"]}
- "blog/2015/06-29/stencils-101" {:to [:mmm "/blog/stencils_101"]}
- "blog/2015/08-08/automating-my-rice" {:to [:mmm "/blog/automating_my_rice"]}
- "blog/2015/08-25/ludum-dare-33-postmortem" {:to [:mmm "/blog/ludum_dare_33_postmortem"]}
- "blog/2016/05-29/love-lua-photoshop-and-games" {:to [:mmm "/blog/love_lua_photoshop_and_games"]}
- "blog/2017/06-26/video-synth-research" {:to [:mmm "blog/video_synth_research"]}
- "blog/2017/06-28/clocks-triggers-gates" {:to [:mmm "blog/clocks_triggers_gates"]}
- "blog/2017/07-04/stretching-gates" {:to [:mmm "blog/stretching_gates"]}}
+ "blog/2015/06-27/challenging-myself" {:to [:mmm "/blog/challenging_myself"] :status 301}
+ "blog/2015/06-29/stencils-101" {:to [:mmm "/blog/stencils_101"] :status 301}
+ "blog/2015/08-08/automating-my-rice" {:to [:mmm "/blog/automating_my_rice"] :status 301}
+ "blog/2015/08-25/ludum-dare-33-postmortem" {:to [:mmm "/blog/ludum_dare_33_postmortem"] :status 301}
+ "blog/2016/05-29/love-lua-photoshop-and-games" {:to [:mmm "/blog/love_lua_photoshop_and_games"] :status 301}
+ "blog/2017/06-26/video-synth-research" {:to [:mmm "blog/video_synth_research"] :status 301}
+ "blog/2017/06-28/clocks-triggers-gates" {:to [:mmm "blog/clocks_triggers_gates"] :status 301}
+ "blog/2017/07-04/stretching-gates" {:to [:mmm "blog/stretching_gates"]} :status 301}
:404 "
<html>
<head>