Add legacy redirects to posts, add canonical ref
This commit is contained in:
parent
6fede65105
commit
1e7a2ae5bb
@ -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
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: To Blog or Not to Blog
|
||||
layout: post
|
||||
redirect_from: "/blog/blog-or-not-blog/
|
||||
---
|
||||
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: Visualizing Laundry Usage
|
||||
layout: post
|
||||
redirect_from: "/blog/visualizing-laundry-usage/"
|
||||
---
|
||||
|
||||
George Mason University uses a system called
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: On Chromebooks
|
||||
layout: post
|
||||
redirect_from: "/blog/on-chromebooks/"
|
||||
---
|
||||
|
||||
Like a lot of people, I didn’t see a clear use-case for Chromebooks. They’re
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user