Return of the "sites" page - for learning purposes

This commit is contained in:
Parker Moore 2013-01-11 23:50:36 -08:00
parent 9fc89482b3
commit 39b159c258
3 changed files with 29 additions and 1 deletions

View File

@ -71,6 +71,9 @@
<li class="{% if page.title == "Troubleshooting" %}current{% endif %}"> <li class="{% if page.title == "Troubleshooting" %}current{% endif %}">
<a href="{{ site.url }}/docs/troubleshooting">Troubleshooting</a> <a href="{{ site.url }}/docs/troubleshooting">Troubleshooting</a>
</li> </li>
<li class="{% if page.title == "Sites using Jekyll" %}current{% endif %}">
<a href="{{ site.url }}/docs/sites">Sites using Jekyll</a>
</li>
<li class="{% if page.title == "Resources" %}current{% endif %}"> <li class="{% if page.title == "Resources" %}current{% endif %}">
<a href="{{ site.url }}/docs/resources">Resources</a> <a href="{{ site.url }}/docs/resources">Resources</a>
</li> </li>

View File

@ -0,0 +1,25 @@
---
layout: docs
title: Sites using Jekyll
prev_section: troubleshooting
next_section: resources
---
Its interesting to see what designs and features others have come up
with. Below are three Jekyll-powered blogs which were hand-picked for
learning purposes.
- [Tom Preston-Werner](http://tom.preston-werner.com/)
([source](http://github.com/mojombo/mojombo.github.com))
- [Nick Quaranto](http://quaran.to/)
([source](https://github.com/qrush/qrush.github.com))
- [Parker Moore](http://www.parkermoore.de)
([source](https://github.com/parkr/blogsource))
- [Roger Chapman](http://rogchap.com/)
([source](https://github.com/rogchap/rogchap.github.com))
- [GitHub Official Teaching Materials](http://teach.github.com)
([source](https://github.com/github/teach.github.com))
- [Rasmus Andersson](http://rsms.me/)
([source](https://github.com/rsms/rsms.github.com))
- [Scott Chacon](http://schacon.github.com)
([source](https://github.com/schacon/schacon.github.com))

View File

@ -88,7 +88,7 @@ An overview of what each of these does:
<p>Other Files/Folders</p> <p>Other Files/Folders</p>
</td> </td>
<td> <td>
<p>Every other directory and file except for those listed above—such as <code>css</code> and <code>images</code> folders, <code>favicon.ico</code> files, and so forth—will be transferred over verbatim to the generated site. There's plenty of sites already using Jekyll if you're curious as to how they're laid out.</p> <p>Every other directory and file except for those listed above—such as <code>css</code> and <code>images</code> folders, <code>favicon.ico</code> files, and so forth—will be transferred over verbatim to the generated site. There's plenty of <a href="../sites">sites already using Jekyll</a> if you're curious as to how they're laid out.</p>
</td> </td>
</tr> </tr>
</tbody> </tbody>