Add legacy redirects to posts, add canonical ref
This commit is contained in:
parent
6fede65105
commit
1e7a2ae5bb
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Hello, World!
|
title: Hello, World!
|
||||||
layout: post
|
layout: post
|
||||||
|
redirect_from: "/blog/hello-world/"
|
||||||
---
|
---
|
||||||
|
|
||||||
This past summer, I decided that the basic HTML site that I had at hallada.net
|
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
|
title: To Blog or Not to Blog
|
||||||
layout: post
|
layout: post
|
||||||
|
redirect_from: "/blog/blog-or-not-blog/
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Visualizing Laundry Usage
|
title: Visualizing Laundry Usage
|
||||||
layout: post
|
layout: post
|
||||||
|
redirect_from: "/blog/visualizing-laundry-usage/"
|
||||||
---
|
---
|
||||||
|
|
||||||
George Mason University uses a system called
|
George Mason University uses a system called
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: How to Download a RTMP Video
|
title: How to Download a RTMP Video
|
||||||
layout: post
|
layout: post
|
||||||
|
redirect_from: "/blog/how-download-rtmp-video/"
|
||||||
---
|
---
|
||||||
|
|
||||||
[RTMP or Real Time Messaging
|
[RTMP or Real Time Messaging
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Hackers
|
title: Hackers
|
||||||
layout: post
|
layout: post
|
||||||
|
redirect_from: "/blog/hackers/"
|
||||||
---
|
---
|
||||||
|
|
||||||
*The following is a non-fiction essay I wrote for my* ENGH 396: Intro to
|
*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
|
title: GMU Bookstore Homepage Concept and Staw Dispensers
|
||||||
layout: post
|
layout: post
|
||||||
|
redirect_from: "/blog/gmu-bookstore-homepage-concept/"
|
||||||
---
|
---
|
||||||
|
|
||||||
I have finally finished my second year of college. Now that finals are over, I
|
I have finally finished my second year of college. Now that finals are over, I
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: w3m-reddit
|
title: w3m-reddit
|
||||||
layout: post
|
layout: post
|
||||||
|
redirect_from: "/blog/w3m-reddit/"
|
||||||
---
|
---
|
||||||
|
|
||||||
I've been moving a lot of my daily tasks to the command-line lately, and that
|
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"
|
title: "Quick Command-line Search: search-pane"
|
||||||
layout: post
|
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
|
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
|
title: On Chromebooks
|
||||||
layout: post
|
layout: post
|
||||||
|
redirect_from: "/blog/on-chromebooks/"
|
||||||
---
|
---
|
||||||
|
|
||||||
Like a lot of people, I didn’t see a clear use-case for Chromebooks. They’re
|
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
|
title: Publishing Draft Docs to my Blog
|
||||||
layout: post
|
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
|
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 charset="UTF-8">
|
||||||
<meta http-equiv="refresh" content="1;url=http://laundry.hallada.net">
|
<meta http-equiv="refresh" content="1;url=http://laundry.hallada.net">
|
||||||
<link rel="shortcut icon" href="/favicon.png" />
|
<link rel="shortcut icon" href="/favicon.png" />
|
||||||
|
<link rel="canonical" href="http://laundry.hallada.net"/>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
window.location.href = "http://laundry.hallada.net"
|
window.location.href = "http://laundry.hallada.net"
|
||||||
</script>
|
</script>
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="refresh" content="1;url=/resume.pdf">
|
<meta http-equiv="refresh" content="1;url=/resume.pdf">
|
||||||
<link rel="shortcut icon" href="/favicon.png" />
|
<link rel="shortcut icon" href="/favicon.png" />
|
||||||
|
<link rel="canonical" href="/resume.pdf"/>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
window.location.href = "/resume.pdf"
|
window.location.href = "/resume.pdf"
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user