Skip to content

Commit

Permalink
Add a jekyllrb.com/help page which elucidates places from which to ge…
Browse files Browse the repository at this point in the history
…t help.
  • Loading branch information
parkr committed Feb 8, 2015
1 parent a87bf52 commit ea9b959
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 3 deletions.
3 changes: 1 addition & 2 deletions site/_docs/troubleshooting.md
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion site/_includes/primary-nav-items.html
Expand Up @@ -9,7 +9,7 @@
<a href="/news/">News</a>
</li>
<li>
<a href="{{ site.help_url }}">Help</a>
<a href="/help/">Help</a>
</li>
<li>
<a href="{{ site.repository }}"><span class="hide-on-mobiles">View on </span>GitHub</a>
Expand Down
18 changes: 18 additions & 0 deletions site/_layouts/page.html
@@ -0,0 +1,18 @@
---
layout: default
---

<section class="standalone">
<div class="grid">

<div class="unit whole">
<article>
<h1>{{ page.title }}</h1>
{{ content }}
</article>
</div>

<div class="clear"></div>

</div>
</section>
32 changes: 32 additions & 0 deletions 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

This comment has been minimized.

Copy link
@kleinfreund

kleinfreund Feb 8, 2015

Better omit the the here or add repository behind, I think. Or is this implicated?

This comment has been minimized.

Copy link
@parkr

parkr Feb 8, 2015

Author Member

I think I omitted a team, good catch!

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.

0 comments on commit ea9b959

Please sign in to comment.