Add legacy redirects to posts, add canonical ref

This commit is contained in:
Tyler Hallada 2014-07-29 23:33:16 -04:00
parent 6fede65105
commit 1e7a2ae5bb
12 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,7 @@
---
title: Hello, World!
layout: post
redirect_from: "/blog/hello-world/"
---
This past summer, I decided that the basic HTML site that I had at hallada.net

View File

@ -1,6 +1,7 @@
---
title: To Blog or Not to Blog
layout: post
redirect_from: "/blog/blog-or-not-blog/
---

View File

@ -1,6 +1,7 @@
---
title: Visualizing Laundry Usage
layout: post
redirect_from: "/blog/visualizing-laundry-usage/"
---
George Mason University uses a system called

View File

@ -1,6 +1,7 @@
---
title: How to Download a RTMP Video
layout: post
redirect_from: "/blog/how-download-rtmp-video/"
---
[RTMP or Real Time Messaging

View File

@ -1,6 +1,7 @@
---
title: Hackers
layout: post
redirect_from: "/blog/hackers/"
---
*The following is a non-fiction essay I wrote for my* ENGH 396: Intro to

View File

@ -1,6 +1,7 @@
---
title: GMU Bookstore Homepage Concept and Staw Dispensers
layout: post
redirect_from: "/blog/gmu-bookstore-homepage-concept/"
---
I have finally finished my second year of college. Now that finals are over, I

View File

@ -1,6 +1,7 @@
---
title: w3m-reddit
layout: post
redirect_from: "/blog/w3m-reddit/"
---
I've been moving a lot of my daily tasks to the command-line lately, and that

View File

@ -1,6 +1,7 @@
---
title: "Quick Command-line Search: search-pane"
layout: post
redirect_from: "/blog/search-pane/"
---
It's been a while since I last wrote, but I've still been busy. I began my

View File

@ -1,6 +1,7 @@
---
title: On Chromebooks
layout: post
redirect_from: "/blog/on-chromebooks/"
---
Like a lot of people, I didnt see a clear use-case for Chromebooks. Theyre

View File

@ -1,6 +1,7 @@
---
title: Publishing Draft Docs to my Blog
layout: post
redirect_from: "/blog/publishing-draft-docs-to-my-blog/
---
I like to think that if only I find The Perfect Text Editor I will somehow

View File

@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url=http://laundry.hallada.net">
<link rel="shortcut icon" href="/favicon.png" />
<link rel="canonical" href="http://laundry.hallada.net"/>
<script type="text/javascript">
window.location.href = "http://laundry.hallada.net"
</script>

View File

@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url=/resume.pdf">
<link rel="shortcut icon" href="/favicon.png" />
<link rel="canonical" href="/resume.pdf"/>
<script type="text/javascript">
window.location.href = "/resume.pdf"
</script>