summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
Diffstat (limited to '_posts')
-rw-r--r--_posts/2009-06-15-key-setup-redirect.textile (renamed from _posts/2009-08-14-key-setup-redirect.textile)4
-rw-r--r--_posts/2009-06-15-linux-key-setup.textile2
-rw-r--r--_posts/2009-06-15-mac-key-setup.textile2
-rw-r--r--_posts/2009-06-15-msysgit-key-setup.textile2
4 files changed, 6 insertions, 4 deletions
diff --git a/_posts/2009-08-14-key-setup-redirect.textile b/_posts/2009-06-15-key-setup-redirect.textile
index d760f3b..adb6b36 100644
--- a/_posts/2009-08-14-key-setup-redirect.textile
+++ b/_posts/2009-06-15-key-setup-redirect.textile
@@ -1,6 +1,8 @@
---
layout: default
title: Generating SSH keys
+description: How to generate SSH keys and add them to GitHub
+categories: setup
---
Attempting to redirect to the guide for your OS. If the redirect fails, pick your OS:
@@ -12,5 +14,5 @@ Attempting to redirect to the guide for your OS. If the redirect fails, pick yo
<script type="text/javascript">
if (navigator.appVersion.indexOf("Win") != -1) {window.location = 'http://help.github.com/msysgit-key-setup/'}
else if (navigator.appVersion.indexOf("Mac") != -1) {window.location = 'http://help.github.com/mac-key-setup/'}
- else if (navigator.appVersion.indexOf("X11") != -1 || navigator.appVersion.indexOf("Linux") != -1) {window.location = 'http://help.github.com/linux-key-setup/"}
+ else if (navigator.appVersion.indexOf("X11") != -1 || navigator.appVersion.indexOf("Linux") != -1) {window.location = 'http://help.github.com/linux-key-setup/'}
</script> \ No newline at end of file
diff --git a/_posts/2009-06-15-linux-key-setup.textile b/_posts/2009-06-15-linux-key-setup.textile
index b69d889..886162b 100644
--- a/_posts/2009-06-15-linux-key-setup.textile
+++ b/_posts/2009-06-15-linux-key-setup.textile
@@ -2,7 +2,7 @@
layout: default
title: Generating SSH keys (Linux)
description: Setting up SSH keys on Linux
-categories: linux setup
+categories: linux
main_category: setup
---
diff --git a/_posts/2009-06-15-mac-key-setup.textile b/_posts/2009-06-15-mac-key-setup.textile
index 6e04a18..db3de92 100644
--- a/_posts/2009-06-15-mac-key-setup.textile
+++ b/_posts/2009-06-15-mac-key-setup.textile
@@ -2,7 +2,7 @@
layout: default
title: Generating SSH keys (OSX)
description: Setting up SSH keys on Mac OSX
-categories: mac setup
+categories: mac
main_category: setup
---
diff --git a/_posts/2009-06-15-msysgit-key-setup.textile b/_posts/2009-06-15-msysgit-key-setup.textile
index b630d41..47beb43 100644
--- a/_posts/2009-06-15-msysgit-key-setup.textile
+++ b/_posts/2009-06-15-msysgit-key-setup.textile
@@ -2,7 +2,7 @@
layout: default
title: Generating SSH keys (Win/msysgit)
description: Setting up SSH keys with msysgit on Windows
-categories: windows setup
+categories: windows
main_category: setup
---