22 lines
763 B
Markdown
22 lines
763 B
Markdown
---
|
||
layout: docs
|
||
title: Sites using Jekyll
|
||
permalink: /docs/sites/
|
||
---
|
||
|
||
It’s interesting to see what designs and features others have come up
|
||
with. Below are some Jekyll-powered blogs which were hand-picked for
|
||
learning purposes.
|
||
|
||
- [Tom Preston-Werner](http://tom.preston-werner.com/)
|
||
([source](https://github.com/mojombo/mojombo.github.io))
|
||
- [GitHub Official Teaching Materials](http://training.github.com)
|
||
([source](https://github.com/github/training-kit))
|
||
- [Rasmus Andersson](http://rsms.me/)
|
||
([source](https://github.com/rsms/rsms.github.com))
|
||
|
||
If you would like to explore more examples, you can find a list of sites
|
||
and their sources on the ["Sites" page in the Jekyll wiki][jekyll-sites].
|
||
|
||
[jekyll-sites]: {{ site.repository }}/wiki/Sites
|