Add a jekyllrb.com/help page which elucidates places from which to get help.
This commit is contained in:
parent
a87bf521c8
commit
ea9b959c23
|
@ -6,8 +6,7 @@ permalink: /docs/troubleshooting/
|
||||||
|
|
||||||
If you ever run into problems installing or using Jekyll, here are a few tips
|
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,
|
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
|
**please [check out our other help resources](/help/)** as well.
|
||||||
Jekyll community can make everyone’s experience better.
|
|
||||||
|
|
||||||
- [Installation Problems](#installation-problems)
|
- [Installation Problems](#installation-problems)
|
||||||
- [Problems running Jekyll](#problems-running-jekyll)
|
- [Problems running Jekyll](#problems-running-jekyll)
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<a href="/news/">News</a>
|
<a href="/news/">News</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ site.help_url }}">Help</a>
|
<a href="/help/">Help</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ site.repository }}"><span class="hide-on-mobiles">View on </span>GitHub</a>
|
<a href="{{ site.repository }}"><span class="hide-on-mobiles">View on </span>GitHub</a>
|
||||||
|
|
|
@ -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>
|
|
@ -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.
|
Loading…
Reference in New Issue