Return of the "sites" page - for learning purposes
This commit is contained in:
parent
9fc89482b3
commit
39b159c258
|
@ -71,6 +71,9 @@
|
|||
<li class="{% if page.title == "Troubleshooting" %}current{% endif %}">
|
||||
<a href="{{ site.url }}/docs/troubleshooting">Troubleshooting</a>
|
||||
</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 %}">
|
||||
<a href="{{ site.url }}/docs/resources">Resources</a>
|
||||
</li>
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
layout: docs
|
||||
title: Sites using Jekyll
|
||||
prev_section: troubleshooting
|
||||
next_section: resources
|
||||
---
|
||||
|
||||
It’s 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))
|
|
@ -88,7 +88,7 @@ An overview of what each of these does:
|
|||
<p>Other Files/Folders</p>
|
||||
</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>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in New Issue