diff --git a/site/_docs/troubleshooting.md b/site/_docs/troubleshooting.md
index 27208491..eb65fd40 100644
--- a/site/_docs/troubleshooting.md
+++ b/site/_docs/troubleshooting.md
@@ -6,8 +6,7 @@ permalink: /docs/troubleshooting/
If you ever run into problems installing or using Jekyll, here are a few tips
that might be of help. If the problem you’re experiencing isn’t covered below,
-please [report an issue]({{site.help_url}}/issues/new) so the
-Jekyll community can make everyone’s experience better.
+**please [check out our other help resources](/help/)** as well.
- [Installation Problems](#installation-problems)
- [Problems running Jekyll](#problems-running-jekyll)
diff --git a/site/_includes/primary-nav-items.html b/site/_includes/primary-nav-items.html
index f5628b7d..df5b939f 100644
--- a/site/_includes/primary-nav-items.html
+++ b/site/_includes/primary-nav-items.html
@@ -9,7 +9,7 @@
News
- Help
+ Help
View on GitHub
diff --git a/site/_layouts/page.html b/site/_layouts/page.html
new file mode 100644
index 00000000..bae31bb3
--- /dev/null
+++ b/site/_layouts/page.html
@@ -0,0 +1,18 @@
+---
+layout: default
+---
+
+
+
+
+
+
+ {{ page.title }}
+ {{ content }}
+
+
+
+
+
+
+
diff --git a/site/help/index.md b/site/help/index.md
new file mode 100644
index 00000000..0740f39f
--- /dev/null
+++ b/site/help/index.md
@@ -0,0 +1,32 @@
+---
+layout: page
+title: Getting Help
+---
+
+Need help with Jekyll? Try these resources.
+
+### [Google](https://google.com)
+
+Add **jekyll** to almost any query, and you'll find just what you need.
+
+### [jekyll/jekyll-help]({{site.help_url}}#how-do-i-ask-a-question)
+
+Search through the issues that the fine folks on the **@jekyll/help** have answered, or
+ask your own.
+
+### [Jekyll on StackOverflow](http://stackoverflow.com/questions/tagged/jekyll)
+
+StackOverflow is a staple of any developer's diet. Check out the Jekyll tag on StackOverflow
+for an answer to your question. Not there? Ask a new question!
+
+### [Jekyll IRC Channel](irc:irc.freenode.net/jekyll)
+
+Get live support at **#jekyll** on **irc.freenode.net**, the official Jekyll IRC channel.
+
+### [jekyll/jekyll](https://github.com/jekyll/jekyll/issues)
+
+Search through the issues on the main Jekyll development. Think you've found a bug? File a new issue.
+
+### [@jekyllrb on Twitter](https://twitter.com)
+
+The official Jekyll Twitter account. It's not checked often, so try the above first.